Unverified Commit 0dd00d86 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #269667 from mkg20001/qpaeq

qpaeq: remove myself as maintainer
parents b2063364 e6a195fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ mkDerivation rec {
    description = "An equalizer interface for pulseaudio's equalizer sinks";
    homepage = "http://www.pulseaudio.org/";
    license = lib.licenses.lgpl2Plus;
    maintainers = with lib.maintainers; [ lovek323 mkg20001 ];
    maintainers = with lib.maintainers; [ lovek323 ];
    platforms = lib.platforms.unix;
  };
}