Merge pull request #210504 from ncfavier/xl2tpd-homepage
This commit is contained in:
commit
b99ad9cd82
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.xelerance.com/software/xl2tpd/";
|
||||
homepage = src.meta.homepage;
|
||||
description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
|
|
Loading…
Reference in a new issue