gvpe: add license + homepage
This commit is contained in:
parent
28bac35599
commit
460c0145e7
1 changed files with 5 additions and 3 deletions
|
@ -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 a new issue