about summary refs log tree commit diff
path: root/pkgs/applications/audio/gwc
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-02-19 10:33:33 +0100
committerGitHub <noreply@github.com>2023-02-19 10:33:33 +0100
commite28ebd6780f5f2b8b38aa8ef92c946b06a501e38 (patch)
tree559a07e8ce3a7306d3bc96b3ccca5185b1d7b657 /pkgs/applications/audio/gwc
parent3c53c7127d7ae6c015bf74c75dcf8ed0420e4d63 (diff)
gwc: Add changelog
Diffstat (limited to 'pkgs/applications/audio/gwc')
-rw-r--r--pkgs/applications/audio/gwc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/gwc/default.nix b/pkgs/applications/audio/gwc/default.nix
index 9b73e17a038d3..29bfc047e1993 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;