about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-10 09:58:41 +0100
committerGitHub <noreply@github.com>2021-03-10 09:58:41 +0100
commit5ae914d1d16d1424053c1296f452df86fa048d37 (patch)
tree5aecb19f69b52e7f67984d1fbd860dccb5771d7f /pkgs/games
parentcabe2e2e55f9e5220c99b424d23800605cfa5f17 (diff)
parent3296921b157aa0420fcf9be8ecb9334b3cf4b3e1 (diff)
Merge pull request #115725 from fabaff/license-xcowsay
xcowsay: specify license
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/xcowsay/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/games/xcowsay/default.nix b/pkgs/games/xcowsay/default.nix
index 0a6371801bd51..4b7ccbb48ec37 100644
--- a/pkgs/games/xcowsay/default.nix
+++ b/pkgs/games/xcowsay/default.nix
@@ -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 ];
   };
 }