aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-11 14:24:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-11 14:25:05 +0200
commite70771f08e14f12a4767477a519f679465748f47 (patch)
treef5a2a90c73965d8a6b06697ea057d35c29eb9594
parented132a57c103a764f5831521f2ae332e5b34b762 (diff)
downloadguix-e70771f08e14f12a4767477a519f679465748f47.tar
guix-e70771f08e14f12a4767477a519f679465748f47.tar.gz
gnu: httrack: Correct licence prefix.
This follows up on commit ed132a57c103a764f5831521f2ae332e5b34b762. * gnu/packages/web.scm (httrack)[license]: Use the right prefix.
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4ea72fa0a3..a14b010d47 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6519,4 +6519,4 @@ site from link to link, as if you were viewing it online. HTTrack can also
update an existing mirrored site, and resume interrupted downloads.
HTTrack is fully configurable, and has an integrated help system.")
- (license license:gpl3+)))
+ (license l:gpl3+)))