gnu: chmlib: Correct license.

* gnu/packages/ebook.scm (chmlib): Correct copy-pasted license field.
master
Andreas Enge 2015-02-07 20:16:30 +01:00
parent 947ae54559
commit 71e1de33f9
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages ebook)
#:use-module ((guix licenses) #:select (gpl3))
#:use-module ((guix licenses) #:select (lgpl2.1+))
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu))
@ -37,4 +37,4 @@
(home-page "http://www.jedrea.com/chmlib/")
(synopsis "Library for CHM files")
(description "CHMLIB is a library for dealing with ITSS/CHM format files.")
(license gpl3))) ; some files are under various other licenses, see COPYRIGHT
(license lgpl2.1+)))