summaryrefslogtreecommitdiff
path: root/distro/packages/nano.scm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/packages/nano.scm')
-rw-r--r--distro/packages/nano.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/nano.scm b/distro/packages/nano.scm
index e87c679f1b..1af33aa33b 100644
--- a/distro/packages/nano.scm
+++ b/distro/packages/nano.scm
@@ -17,6 +17,7 @@
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (distro packages nano)
+ #:use-module (guix licenses)
#:use-module ((distro packages gettext)
#:renamer (symbol-prefix-proc 'guix:))
#:use-module (distro packages ncurses)
@@ -48,4 +49,4 @@
editor, part of the Pine email suite from The University of
Washington. It aims to emulate Pico as closely as possible and perhaps
include extra functionality.")
- (license "GPLv3+"))) ; some files are under GPLv2+ \ No newline at end of file
+ (license gpl3+))) ; some files are under GPLv2+ \ No newline at end of file