gnu: httrack: Correct licence prefix.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 11 Apr 2019 12:24:18 +0000 (14:24 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 11 Apr 2019 12:25:05 +0000 (14:25 +0200)
This follows up on commit ed132a57c103a764f5831521f2ae332e5b34b762.

* gnu/packages/web.scm (httrack)[license]: Use the right prefix.

gnu/packages/web.scm

index 4ea72fa..a14b010 100644 (file)
@@ -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+)))