gwc: fix link to changelog

see issue https://github.com/NixOS/nixpkgs/issues/514132
This commit is contained in:
Bart Brouns
2026-05-04 11:53:53 +02:00
parent 4bd9165a91
commit f500e41e22
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "GUI application for removing noise (hiss, pops and clicks) from audio files";
homepage = "https://github.com/AlisterH/gwc/";
changelog = "https://github.com/AlisterH/gwc/blob/${finalAttrs.version}/Changelog";
changelog = "https://github.com/AlisterH/gwc/blob/${finalAttrs.version}/ChangeLog";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ magnetophon ];
platforms = lib.platforms.linux;