augeas: add meta.changelog

+1
+1
pkgs/tools/system/augeas/default.nix
··· 15 description = "Configuration editing tool"; 16 license = licenses.lgpl21Only; 17 homepage = "https://augeas.net/"; 18 maintainers = with maintainers; [ offline ]; 19 platforms = platforms.unix; 20 };
··· 15 description = "Configuration editing tool"; 16 license = licenses.lgpl21Only; 17 homepage = "https://augeas.net/"; 18 + changelog = "https://augeas.net/news.html"; 19 maintainers = with maintainers; [ offline ]; 20 platforms = platforms.unix; 21 };