Merge pull request #115725 from fabaff/license-xcowsay

xcowsay: specify license
This commit is contained in:
Sandro
2021-03-10 09:58:41 +01:00
committed by GitHub
+2 -3
View File
@@ -32,9 +32,8 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "http://www.doof.me.uk/xcowsay"; homepage = "http://www.doof.me.uk/xcowsay";
description = description = "Tool to display a cute cow and messages";
"A program based on cowsay that displays a cute cow and message on your desktop"; license = licenses.gpl3Plus;
license = licenses.gpl3;
maintainers = with maintainers; [ das_j ]; maintainers = with maintainers; [ das_j ];
}; };
} }