unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: John Soo <jsoo1@asu.edu>
To: 51683@debbugs.gnu.org
Subject: [bug#51683] [PATCH] Fix reference to isc license for lowdown.
Date: Mon, 08 Nov 2021 00:12:29 -0800	[thread overview]
Message-ID: <87ilx3oyky.fsf@asu.edu> (raw)

[-- 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


             reply	other threads:[~2021-11-08  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08  8:12 John Soo [this message]
2021-11-08  8:49 ` [bug#51683] [PATCH] Fix reference to isc license for lowdown Guillaume Le Vaillant
2021-11-08  9:21   ` John Soo
2021-11-08  9:34     ` bug#51683: " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ilx3oyky.fsf@asu.edu \
    --to=jsoo1@asu.edu \
    --cc=51683@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).