diff mbox series

[bug#51683] Fix reference to isc license for lowdown.

Message ID 87ilx3oyky.fsf@asu.edu
State Accepted
Headers show
Series [bug#51683] Fix reference to isc license for lowdown. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

John Soo Nov. 8, 2021, 8:12 a.m. UTC
Hi Guix!

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

Thank you!

John

Comments

Guillaume Le Vaillant Nov. 8, 2021, 8:49 a.m. UTC | #1
On master at 0502be5bafc7fa1b65fa4aaaf417c5653a89bb6a it looks like the
license field is correct. On which commit are you?
John Soo Nov. 8, 2021, 9:21 a.m. UTC | #2
Sorry! After I sent it I realized I had a duplicate definition for lowdown that I had never submitted which was causing the issue. This can be closed.

> On Monday, Nov 08, 2021 at 12:53 AM, Guillaume Le Vaillant <glv@posteo.net (mailto:glv@posteo.net)> wrote:
> On master at 0502be5bafc7fa1b65fa4aaaf417c5653a89bb6a it looks like the
> license field is correct. On which commit are you?
Guillaume Le Vaillant Nov. 8, 2021, 9:34 a.m. UTC | #3
John Soo <jsoo1@asu.edu> skribis:

> Sorry! After I sent it I realized I had a duplicate definition for lowdown that I had never submitted which was causing the issue. This can be closed.

Ok, closing.
diff mbox series

Patch

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