trackballs: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:35:11 +02:00
parent f1902db4e6
commit 731b4f4bb5
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
homepage = https://trackballs.github.io/;
description = "3D Marble Madness clone";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}