summary refs log tree commit diff
path: root/distro/packages/readline.scm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/packages/readline.scm')
-rw-r--r--distro/packages/readline.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/readline.scm b/distro/packages/readline.scm
index 9a780a23ac..d474198c17 100644
--- a/distro/packages/readline.scm
+++ b/distro/packages/readline.scm
@@ -17,6 +17,7 @@
 ;;; along with Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (distro packages readline)
+  #:use-module (guix licenses)
   #:use-module (distro)
   #:use-module (distro packages ncurses)
   #:use-module (guix packages)
@@ -72,5 +73,5 @@ expansion on previous commands.
 The history facilites are also placed into a separate library, the History
 library, as part of the build process.  The History library may be used
 without Readline in applications which desire its capabilities.")
-   (license "GPLv3+")
+   (license gpl3+)
    (home-page "http://savannah.gnu.org/projects/readline/")))