Commit f500e41e authored by Bart Brouns's avatar Bart Brouns
Browse files

gwc: fix link to changelog

parent 4bd9165a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;