From 6a0e46429b6aa3cdb0dd063b4fcade9e3a68a6d8 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 2 Dec 2022 11:16:33 +0000 Subject: augeas: use HTTPS for homepage (cherry picked from commit 8355dbfd0bf6a166e32bea8efa3b6a4f31a7c23d) --- pkgs/tools/system/augeas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/augeas/default.nix b/pkgs/tools/system/augeas/default.nix index 5d9216763915..b8991634c0d5 100644 --- a/pkgs/tools/system/augeas/default.nix +++ b/pkgs/tools/system/augeas/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Configuration editing tool"; license = licenses.lgpl21Only; - homepage = "http://augeas.net/"; + homepage = "https://augeas.net/"; maintainers = with maintainers; [ offline ]; platforms = platforms.unix; }; -- cgit v1.2.3