summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyssa Ross <alyssa.ross@unikie.com>2022-12-02 11:16:33 +0000
committerAlyssa Ross <hi@alyssa.is>2023-01-12 12:41:32 +0000
commit6a0e46429b6aa3cdb0dd063b4fcade9e3a68a6d8 (patch)
tree5ba4a6a3fcc4e3530cfcab178fcbe0188e929025
parent7fb17c3d85d1a42cd6fba791ec7c6c051102c745 (diff)
augeas: use HTTPS for homepage
(cherry picked from commit 8355dbfd0bf6a166e32bea8efa3b6a4f31a7c23d)
-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;
};