mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
gvpe: add license + homepage
This commit is contained in:
parent
28bac35599
commit
460c0145e7
@ -24,9 +24,11 @@ stdenv.mkDerivation rec {
|
||||
sed -e 's@/sbin/ifconfig@${nettools}/sbin/ifconfig@g' -i src/device-*.C
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A protected multinode virtual network";
|
||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||
platforms = with stdenv.lib.platforms; linux ++ freebsd;
|
||||
homepage = http://software.schmorp.de/pkg/gvpe.html;
|
||||
maintainers = [ maintainers.raskin ];
|
||||
platforms = with platforms; linux ++ freebsd;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user