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
|
sed -e 's@/sbin/ifconfig@${nettools}/sbin/ifconfig@g' -i src/device-*.C
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A protected multinode virtual network";
|
description = "A protected multinode virtual network";
|
||||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
homepage = http://software.schmorp.de/pkg/gvpe.html;
|
||||||
platforms = with stdenv.lib.platforms; linux ++ freebsd;
|
maintainers = [ maintainers.raskin ];
|
||||||
|
platforms = with platforms; linux ++ freebsd;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user