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