htop: add licence; myself as a de-facto maintainer
This commit is contained in:
parent
561f93d59c
commit
a506ebf2ec
@ -11,10 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "An interactive process viewer for Linux";
|
description = "An interactive process viewer for Linux";
|
||||||
homepage = "http://htop.sourceforge.net";
|
homepage = http://htop.sourceforge.net;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ rob simons relrod ];
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ rob simons relrod nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user