bcg729: fix changelog filename

This commit is contained in:
Acid Bong
2026-04-29 21:24:31 +03:00
parent 502750842e
commit 53e2ab4313
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Opensource implementation of both encoder and decoder of the ITU G729 Annex A/B speech codec";
homepage = "https://linphone.org/technical-corner/bcg729";
changelog = "https://gitlab.linphone.org/BC/public/bcg729/raw/${finalAttrs.version}/NEWS";
changelog = "https://gitlab.linphone.org/BC/public/bcg729/blob/${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
platforms = lib.platforms.all;