Message ID | 7a20415b-133f-80c7-9874-89aa6a014322@gmail.com |
---|---|
State | New |
Headers | show |
Series | [bug#57190] Correct software licenses for suckless | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | |
cbaines/issue | success | View issue |
cbaines/applying patch | fail | |
cbaines/issue | success | View issue |
cbaines/applying patch | fail | View Laminar job |
cbaines/issue | success | View issue |
Erm,
> I've re-rolled these,
It appears I sent these without saving my edit.
I meant to say that I've re-rolled these, splitting them up, verifying
the license in each case.
Thank you for the patch!
Kind regards,
Christina
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index dbc3537ac6..c10a95e4b4 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/suckless.scm @@ -125,10 +125,7 @@ (define-public tabbed applications. It was originally designed for surf but also usable with many other applications, i.e., st, uzbl, urxvt and xterm.") (license - ;; Dual-licensed. - (list - license:expat - license:x11)))) + (list license:expat license:x11)))) (define-public slstatus