mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
quicktun: add license
This commit is contained in:
parent
50a7adf43a
commit
ff633d166f
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://wiki.ucis.nl/QuickTun;
|
homepage = http://wiki.ucis.nl/QuickTun;
|
||||||
maintainers = [ maintainers.fpletz ];
|
maintainers = [ maintainers.fpletz ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.bsd2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user