diff options
Diffstat (limited to 'distro/packages/help2man.scm')
-rw-r--r-- | distro/packages/help2man.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/help2man.scm b/distro/packages/help2man.scm index 51896f7704..0c3dee24d1 100644 --- a/distro/packages/help2man.scm +++ b/distro/packages/help2man.scm @@ -17,6 +17,7 @@ ;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (distro packages help2man) + #:use-module (guix licenses) #:use-module (guix download) #:use-module (guix packages) #:use-module (guix build-system gnu) @@ -48,4 +49,4 @@ (description "help2man produces simple manual pages from the ‘--help’ and ‘--version’ output of other commands.") - (license "GPLv3+"))) + (license gpl3+))) |