>From aea3c740230eecba1c909f4b1bda7b288a1fe27d Mon Sep 17 00:00:00 2001 From: John Soo Date: Mon, 8 Nov 2021 00:06:43 -0800 Subject: [PATCH] gnu: Fix reference to isc license for lowdown. * gnu/packages/markdown.scm (lowdown): [license] Fix reference to license. --- gnu/packages/markup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index b6a108c288..f52569d435 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -112,7 +112,7 @@ (define-public lowdown documents in the ms and man formats, LaTeX, gemini, and terminal output. The open source C source code has no dependencies.") (home-page "https://kristaps.bsd.lv/lowdown/") - (license isc)))) + (license license:isc)))) (define-public markdown (package -- 2.33.1