construo: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:12:46 +02:00
parent 4d432df0a5
commit 7b4f037a91
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Masses and springs simulation game";
homepage = http://fs.fsf.org/construo/;
license = stdenv.lib.licenses.gpl3;
};
}