xmoto: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:08:30 +02:00
parent 27af1633a4
commit 4c9d8d4c3f
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://xmoto.tuxfamily.org;
maintainers = with maintainers; [ raskin viric pSub ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}