unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Daniel \[REDACTED\] via Guix-patches" via <guix-patches@gnu.org>
To: 72926@debbugs.gnu.org
Cc: "Daniel \[REDACTED\]" <pjals@privacyrequired.com>
Subject: [bug#72926] [PATCH] gnu: Fix Hare license.
Date: Sun,  1 Sep 2024 17:44:27 +0300	[thread overview]
Message-ID: <20240901144428.11520-1-pjals@privacyrequired.com> (raw)
In-Reply-To: <20240901111400.27130-1-pjals@privacyrequired.com>

* gnu/packages/hare.scm (hare): Fix license.

Change-Id: Icd3a21909588faf5e29386e652c5757009bbbf62
---
 gnu/packages/hare.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hare.scm b/gnu/packages/hare.scm
index b31f0c4777..baecd7ca6b 100644
--- a/gnu/packages/hare.scm
+++ b/gnu/packages/hare.scm
@@ -124,4 +124,5 @@ (define-public hare
 harec Hare compiler.")
     (home-page "https://git.sr.ht/~sircmpwn/hare")
 
-    (license l:gpl3)))
+    (license (list l:mpl2.0   ; stdlib
+                   l:gpl3)))) ; everything else

base-commit: df14cacca9b95d69fdd3b6191e42df36af266bcd
prerequisite-patch-id: 4d650567dcfdf4ddb01b3f57da37ef05af8f15d6
-- 
2.45.2





      reply	other threads:[~2024-09-01 21:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-01 11:13 [bug#72926] [PATCH] gnu: Add Hare toolchain and ecostuff Daniel [REDACTED] via Guix-patches via
2024-09-01 14:44 ` Daniel [REDACTED] via Guix-patches via [this message]

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=20240901144428.11520-1-pjals@privacyrequired.com \
    --to=guix-patches@gnu.org \
    --cc=72926@debbugs.gnu.org \
    --cc=pjals@privacyrequired.com \
    /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).