augeas: add meta.changelog

This commit is contained in:
Alyssa Ross
2023-01-12 00:52:17 +00:00
parent 5772ed0d87
commit 257ba60f55
+1
View File
@@ -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;
};