mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
trackballs: clarify license
This commit is contained in:
parent
78b5cfc15a
commit
b2ed5d775b
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue