diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 3236a5d669..f34966c762 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -17,7 +17,7 @@ ;;; along with GNU Guix. If not, see . (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 @@ (define-public chmlib (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+)))