Merge pull request #210504 from ncfavier/xl2tpd-homepage

This commit is contained in:
Naïm Favier
2023-01-13 10:43:14 +01:00
committed by GitHub
+1 -1
View File
@@ -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;