diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 14:24:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 14:25:05 +0200 |
commit | e70771f08e14f12a4767477a519f679465748f47 (patch) | |
tree | f5a2a90c73965d8a6b06697ea057d35c29eb9594 /gnu | |
parent | ed132a57c103a764f5831521f2ae332e5b34b762 (diff) |
gnu: httrack: Correct licence prefix.
This follows up on commit ed132a57c103a764f5831521f2ae332e5b34b762.
* gnu/packages/web.scm (httrack)[license]: Use the right prefix.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 2 |
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+))) |