From 257ba60f559d44e39c37f0b06f74fc6bfcad8a39 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 11 Jan 2023 22:02:18 +0000 Subject: [PATCH] augeas: add meta.changelog --- 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; };