vbetool: add license

This commit is contained in:
Markus Kowalewski 2018-09-12 22:09:47 +02:00
parent 4503d462c7
commit 6d8be09c8a
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://www.codon.org.uk/~mjg59/vbetool/;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}