cfdg: add license

This commit is contained in:
Markus Kowalewski
2018-09-11 23:18:44 +02:00
parent 2047e28c7f
commit 147246e53e

View File

@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
homepage = https://contextfreeart.org/;
license = licenses.gpl2;
downloadPage = "https://contextfreeart.org/mediawiki/index.php/Download_page";
};
}