Unverified Commit 27e48d2c authored by a-n-n-a-l-e-e's avatar a-n-n-a-l-e-e Committed by GitHub
Browse files

Merge pull request #280761 from paveloom/resignation

treewide: remove `paveloom` from maintainers on some packages
parents 66d4ebb2 9942154f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ pythonPackages.buildPythonApplication rec {
    homepage = "https://picard.musicbrainz.org";
    changelog = "https://picard.musicbrainz.org/changelog";
    description = "The official MusicBrainz tagger";
    maintainers = with maintainers; [ ehmry paveloom ];
    maintainers = with maintainers; [ ehmry ];
    license = licenses.gpl2Plus;
    platforms = platforms.all;
  };
+1 −1
Original line number Diff line number Diff line
@@ -171,6 +171,6 @@ python3.pkgs.buildPythonApplication rec {
    '';
    homepage = "https://quodlibet.readthedocs.io/en/latest";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ coroa paveloom pbogdan ];
    maintainers = with maintainers; [ coroa pbogdan ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
    homepage = "https://gitlab.gnome.org/YaLTeR/identity";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = with maintainers; [ paveloom ];
    maintainers = with maintainers; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -95,6 +95,6 @@ stdenv.mkDerivation rec {
    changelog = "https://github.com/qbittorrent/qBittorrent/blob/release-${version}/Changelog";
    license = licenses.gpl2Plus;
    platforms = platforms.unix;
    maintainers = with maintainers; [ Anton-Latukha kashw2 paveloom ];
    maintainers = with maintainers; [ Anton-Latukha kashw2 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ stdenv.mkDerivation rec {
    changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${version}.html";
    license = licenses.gpl2Plus;
    platforms = platforms.linux ++ platforms.darwin;
    maintainers = with maintainers; [ bjornfor fpletz paveloom ];
    maintainers = with maintainers; [ bjornfor fpletz ];
    mainProgram = if withQt then "wireshark" else "tshark";
  };
}
Loading