From e70771f08e14f12a4767477a519f679465748f47 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 11 Apr 2019 14:24:18 +0200 Subject: [PATCH] gnu: httrack: Correct licence prefix. This follows up on commit ed132a57c103a764f5831521f2ae332e5b34b762. * gnu/packages/web.scm (httrack)[license]: Use the right prefix. --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+)))