From b2ed5d775bb5124f6cd304cad0c42a517ef24417 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 28 Jan 2021 12:10:33 +0700 Subject: [PATCH] trackballs: clarify license --- pkgs/games/trackballs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/games/trackballs/default.nix b/pkgs/games/trackballs/default.nix index 4c7d2ba6956..8ebeab4b260 100644 --- a/pkgs/games/trackballs/default.nix +++ b/pkgs/games/trackballs/default.nix @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { homepage = "https://trackballs.github.io/"; description = "3D Marble Madness clone"; platforms = platforms.linux; - license = licenses.gpl2; + # Music is licensed under Ethymonics Free Music License. + license = licenses.gpl2Plus; }; }