net-snmp: update homepage to https

This commit is contained in:
Sandro Jäckel
2025-10-07 02:42:18 +02:00
parent dd52227aa5
commit 1e3e327161
+1 -1
View File
@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Clients and server for the SNMP network monitoring protocol";
homepage = "http://www.net-snmp.org/";
homepage = "https://www.net-snmp.org/";
license = licenses.bsd3;
platforms = platforms.unix;
};