From 3296921b157aa0420fcf9be8ecb9334b3cf4b3e1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Mar 2021 09:29:14 +0100 Subject: [PATCH] xcowsay: specify license --- pkgs/games/xcowsay/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/games/xcowsay/default.nix b/pkgs/games/xcowsay/default.nix index 0a6371801bd..4b7ccbb48ec 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 ]; }; }