less: add license
This commit is contained in:
parent
698600d9a1
commit
81fcce7566
@ -13,10 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.greenwoodsoftware.com/less/;
|
homepage = http://www.greenwoodsoftware.com/less/;
|
||||||
description = "A more advanced file pager than ‘more’";
|
description = "A more advanced file pager than ‘more’";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
license = licenses.gpl3;
|
||||||
|
maintainers = [ maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user