mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: screen: correct license to gpl2+
* gnu/packages/screen.scm (screen): correct license field
This commit is contained in:
parent
6c3a720481
commit
c4854e76e2
1 changed files with 1 additions and 1 deletions
|
@ -58,4 +58,4 @@ and off, copy text between windows, view the scrollback history, switch between
|
||||||
windows, etc. All windows run their programs completely independent of each
|
windows, etc. All windows run their programs completely independent of each
|
||||||
other. Programs continue to run when their window is currently not visible and
|
other. Programs continue to run when their window is currently not visible and
|
||||||
even when the whole screen session is detached from the users terminal.")
|
even when the whole screen session is detached from the users terminal.")
|
||||||
(license "gpl2")))
|
(license gpl2+)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue