From bb4df5b50e2f18e5f3c47567f6ea4e8a0b3cae3b Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 11 Jan 2023 22:02:18 +0000 Subject: augeas: add meta.changelog (cherry picked from commit c244ca9c9556af1856895175bc05463c3761a51b) --- pkgs/tools/system/augeas/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }; -- cgit v1.2.3