Unverified Commit 0973ba59 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

gwc: fix link to changelog (#516413)

parents 02af70de f500e41e
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;