barman: fix changelog

This commit is contained in:
Sizhe Zhao
2025-06-22 14:05:48 +08:00
parent 1c65fbc182
commit 0d76ae1c62
+1 -1
View File
@@ -62,7 +62,7 @@ python3Packages.buildPythonApplication rec {
meta = {
description = "Backup and Recovery Manager for PostgreSQL";
homepage = "https://www.pgbarman.org/";
changelog = "https://github.com/EnterpriseDB/barman/blob/release/${src.tag}/NEWS";
changelog = "https://github.com/EnterpriseDB/barman/blob/${src.tag}/RELNOTES.md";
mainProgram = "barman";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ freezeboy ];