From e28ebd6780f5f2b8b38aa8ef92c946b06a501e38 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sun, 19 Feb 2023 10:33:33 +0100 Subject: [PATCH] gwc: Add changelog --- pkgs/applications/audio/gwc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/gwc/default.nix b/pkgs/applications/audio/gwc/default.nix index 9b73e17a038d..29bfc047e199 100644 --- a/pkgs/applications/audio/gwc/default.nix +++ b/pkgs/applications/audio/gwc/default.nix @@ -40,6 +40,7 @@ stdenv.mkDerivation rec { meta = with lib; { 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/${version}/Changelog"; license = licenses.gpl2Plus; maintainers = with maintainers; [ magnetophon ]; platforms = platforms.linux;