summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/system/augeas/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
};