unofficial mirror of guix-patches@gnu.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 2/5] gnu: Correct license for xst.
Date: Mon, 15 Apr 2024 20:45:57 +0100	[thread overview]
Message-ID: <66b66dcf4613d7a4a73f7978a88bc45a0f0697ea.1713209956.git.cdo@mutix.org> (raw)
In-Reply-To: <037ac7f69bd5486844c25a09550253068de337b4.1713209956.git.cdo@mutix.org>

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

Change-Id: Idb0463e59d0df34b2b41bb1eefac70fa6e0e0f81
---
 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 a75f205e32..3be7958a6f 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -435,7 +435,8 @@ (define-public xst
 @item @uref{https://st.suckless.org/patches/spoiler/, spoiler}
 @item @uref{https://st.suckless.org/patches/vertcenter/, vertcenter}
 @end itemize")
-    (license license:expat)))
+    (license (list license:x11
+                   license:expat))))
 
 (define-public lukesmithxyz-st
   (let ((commit "e053bd6036331cc7d14f155614aebc20f5371d3a")
-- 
2.41.0





  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   ` Christina O'Donnell [this message]
2024-04-15 19:45   ` [bug#57190] [PATCH v2 3/5] gnu: Correct license for surf Christina O'Donnell
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

  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=66b66dcf4613d7a4a73f7978a88bc45a0f0697ea.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 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).