me
/
guix
Archived
1
0
Fork 0

gnu: html2text: Add informative BSD-4 licence.

* gnu/packages/textutils.scm (html2text)[license]: Add bsd-4.
master
Tobias Geerinckx-Rice 2021-04-27 14:01:23 +02:00
parent 5c81cbda5e
commit e009b8d712
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -1045,7 +1045,8 @@ indentation.
(description
"@code{html2text} is a command line utility that converts HTML
documents into plain text.")
(license license:gpl2+))))
(license (list license:bsd-4 ; cmp_nocase.cpp & sgml.h
license:gpl2+))))) ; everything else
(define-public odt2txt
(package