[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57190] [PATCH v2 3/5] gnu: Correct license for surf.
From: |
Christina O'Donnell |
Subject: |
[bug#57190] [PATCH v2 3/5] gnu: Correct license for surf. |
Date: |
Mon, 15 Apr 2024 20:45:58 +0100 |
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