Merge pull request #210504 from ncfavier/xl2tpd-homepage

authored by Naïm Favier and committed by GitHub b99ad9cd 65a73bf9

+1 -1
+1 -1
pkgs/tools/networking/xl2tpd/default.nix
··· 20 makeFlags = [ "PREFIX=$(out)" ]; 21 22 meta = with lib; { 23 - homepage = "http://www.xelerance.com/software/xl2tpd/"; 24 description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)"; 25 platforms = platforms.linux; 26 license = licenses.gpl2;
··· 20 makeFlags = [ "PREFIX=$(out)" ]; 21 22 meta = with lib; { 23 + homepage = src.meta.homepage; 24 description = "Layer 2 Tunnelling Protocol Daemon (RFC 2661)"; 25 platforms = platforms.linux; 26 license = licenses.gpl2;