Merge pull request #110994 from siraben/trackballs-license
trackballs: clarify license
This commit is contained in:
commit
883040943a
1 changed files with 2 additions and 1 deletions
|
@ -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