cowsay: add license
This commit is contained in:
parent
47e8f3b137
commit
c1801f612c
@ -15,10 +15,11 @@ stdenv.mkDerivation {
|
|||||||
bash ./install.sh $out
|
bash ./install.sh $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A program which generates ASCII pictures of a cow with a message";
|
description = "A program which generates ASCII pictures of a cow with a message";
|
||||||
homepage = http://www.nog.net/~tony/warez/cowsay.shtml;
|
homepage = https://en.wikipedia.org/wiki/Cowsay;
|
||||||
platforms = stdenv.lib.platforms.all;
|
license = licenses.gpl1;
|
||||||
maintainers = [ stdenv.lib.maintainers.rob ];
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.rob ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user