summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-01-11 22:02:18 +0000
committerAlyssa Ross <hi@alyssa.is>2023-01-12 12:41:32 +0000
commitbb4df5b50e2f18e5f3c47567f6ea4e8a0b3cae3b (patch)
tree78549fae6dd71a70d88ece57b872884dc8087bfd
parent6a0e46429b6aa3cdb0dd063b4fcade9e3a68a6d8 (diff)
augeas: add meta.changelog
(cherry picked from commit c244ca9c9556af1856895175bc05463c3761a51b)
-rw-r--r--pkgs/tools/system/augeas/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/augeas/default.nix b/pkgs/tools/system/augeas/default.nix
index b8991634c0d5..d026ce05a77c 100644
--- a/pkgs/tools/system/augeas/default.nix
+++ b/pkgs/tools/system/augeas/default.nix
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
description = "Configuration editing tool";
license = licenses.lgpl21Only;
homepage = "https://augeas.net/";
+ changelog = "https://augeas.net/news.html";
maintainers = with maintainers; [ offline ];
platforms = platforms.unix;
};