Merge pull request #110994 from siraben/trackballs-license

trackballs: clarify license
This commit is contained in:
Sandro 2021-01-28 09:04:57 +01:00 committed by GitHub
commit 883040943a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
}