Unverified Commit 1e3e3271 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

net-snmp: update homepage to https

parent dd52227a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };