quicktun: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:45:28 +02:00
parent 50a7adf43a
commit ff633d166f
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
homepage = http://wiki.ucis.nl/QuickTun;
maintainers = [ maintainers.fpletz ];
platforms = platforms.unix;
license = licenses.bsd2;
};
}