~ruther/guix-local

c4854e76e2d45c1a01c07ab4869a3442aafa6066 — Andreas Enge 13 years ago 6c3a720
gnu: screen: correct license to gpl2+

* gnu/packages/screen.scm (screen): correct license field
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/screen.scm
M gnu/packages/screen.scm => gnu/packages/screen.scm +1 -1
@@ 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
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.")
    (license "gpl2")))
    (license gpl2+)))