mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #115725 from fabaff/license-xcowsay
xcowsay: specify license
This commit is contained in:
commit
5ae914d1d1
@ -32,9 +32,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.doof.me.uk/xcowsay";
|
||||
description =
|
||||
"A program based on cowsay that displays a cute cow and message on your desktop";
|
||||
license = licenses.gpl3;
|
||||
description = "Tool to display a cute cow and messages";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user