all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christina O'Donnell <cdo@mutix.org>
To: 57190@debbugs.gnu.org
Cc: Christina O'Donnell <cdo@mutix.org>, michaeldelago98@gmail.com
Subject: [bug#57190] [PATCH v2 3/5] gnu: Correct license for surf.
Date: Mon, 15 Apr 2024 20:45:58 +0100	[thread overview]
Message-ID: <0bd78ca3eaed794b4e9920512a8b4f18ece998cb.1713209956.git.cdo@mutix.org> (raw)
In-Reply-To: <037ac7f69bd5486844c25a09550253068de337b4.1713209956.git.cdo@mutix.org>

gnu/packages/suckless.scm (surf): Change license to x11 + expat.

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

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 3be7958a6f..607f839436 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -534,7 +534,8 @@ (define-public surf
 display websites and follow links.  It supports the XEmbed protocol which
 makes it possible to embed it in another application.  Furthermore, one can
 point surf to another URI by setting its XProperties.")
-    (license license:x11)))
+    (license (list license:expat
+                   license:x11))))
 
 (define-public sent
   (package
-- 
2.41.0





  parent reply	other threads:[~2024-04-15 19:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-14  0:40 [bug#57190] [PATCH] Correct software licenses for suckless Mike Delago
2024-04-15 19:45 ` [bug#57190] [PATCH v2 1/5] gnu: Correct license for st Christina O'Donnell
2024-04-15 19:45   ` [bug#57190] [PATCH v2 2/5] gnu: Correct license for xst Christina O'Donnell
2024-04-15 19:45   ` Christina O'Donnell [this message]
2024-04-15 19:45   ` [bug#57190] [PATCH v2 4/5] gnu: Correct license for sent Christina O'Donnell
2024-04-15 19:46   ` [bug#57190] [PATCH v2 5/5] gnu: Correct license for wmname Christina O'Donnell
2024-04-23 13:49   ` bug#57190: [PATCH v2 1/5] gnu: Correct license for st Christopher Baines
2024-04-22 11:25 ` [bug#57190] " Christina O'Donnell

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

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

  git send-email \
    --in-reply-to=0bd78ca3eaed794b4e9920512a8b4f18ece998cb.1713209956.git.cdo@mutix.org \
    --to=cdo@mutix.org \
    --cc=57190@debbugs.gnu.org \
    --cc=michaeldelago98@gmail.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.