screen: meta section cosmetic
This commit is contained in:
parent
fdc6e4372f
commit
b4f10018cd
@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/screen/;
|
homepage = http://www.gnu.org/software/screen/;
|
||||||
description = "GNU Screen, a window manager that multiplexes a physical terminal";
|
description = "a window manager that multiplexes a physical terminal";
|
||||||
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
|
||||||
longDescription =
|
longDescription =
|
||||||
'' GNU Screen is a full-screen window manager that multiplexes a physical
|
'' GNU Screen is a full-screen window manager that multiplexes a physical
|
||||||
@ -46,8 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
terminal.
|
terminal.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user