augeas: use HTTPS for homepage

authored by Alyssa Ross and committed by Alyssa Ross 5772ed0d d9c7c7f9

+1 -1
+1 -1
pkgs/tools/system/augeas/default.nix
··· 14 14 meta = with lib; { 15 15 description = "Configuration editing tool"; 16 16 license = licenses.lgpl21Only; 17 - homepage = "http://augeas.net/"; 17 + homepage = "https://augeas.net/"; 18 18 maintainers = with maintainers; [ offline ]; 19 19 platforms = platforms.unix; 20 20 };