summaryrefslogtreecommitdiff
path: root/distro/packages/lout.scm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/packages/lout.scm')
-rw-r--r--distro/packages/lout.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/lout.scm b/distro/packages/lout.scm
index ecd2b144fa..85a363e963 100644
--- a/distro/packages/lout.scm
+++ b/distro/packages/lout.scm
@@ -17,6 +17,7 @@
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (distro packages lout)
+ #:use-module (guix licenses)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix utils)
@@ -127,5 +128,5 @@ extended with definitions which are very much easier to write than troff of
TeX macros because Lout is a high-level, purely functional language, the
outcome of an eight-year research project that went back to the
beginning.")
- (license "GPLv3+")
+ (license gpl3+)
(home-page "http://savannah.nongnu.org/projects/lout/"))))