unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51683] [PATCH] Fix reference to isc license for lowdown.
@ 2021-11-08  8:12 John Soo
  2021-11-08  8:49 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: John Soo @ 2021-11-08  8:12 UTC (permalink / raw)
  To: 51683

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

Hi Guix!

This fixes an evaluation error when running `make` or guix pull.

Thank you!

John


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Fix-reference-to-isc-license-for-lowdown.patch --]
[-- Type: text/x-patch, Size: 855 bytes --]

From aea3c740230eecba1c909f4b1bda7b288a1fe27d Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-08  9:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08  8:12 [bug#51683] [PATCH] Fix reference to isc license for lowdown John Soo
2021-11-08  8:49 ` Guillaume Le Vaillant
2021-11-08  9:21   ` John Soo
2021-11-08  9:34     ` bug#51683: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).