Skip to content

Commit 27e48d2

Browse files
author
a-n-n-a-l-e-e
authored
Merge pull request #280761 from paveloom/resignation
treewide: remove `paveloom` from maintainers on some packages
2 parents 66d4ebb + 9942154 commit 27e48d2

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

pkgs/applications/audio/picard/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pythonPackages.buildPythonApplication rec {
7777
homepage = "https://picard.musicbrainz.org";
7878
changelog = "https://picard.musicbrainz.org/changelog";
7979
description = "The official MusicBrainz tagger";
80-
maintainers = with maintainers; [ ehmry paveloom ];
80+
maintainers = with maintainers; [ ehmry ];
8181
license = licenses.gpl2Plus;
8282
platforms = platforms.all;
8383
};

pkgs/applications/audio/quodlibet/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ python3.pkgs.buildPythonApplication rec {
171171
'';
172172
homepage = "https://quodlibet.readthedocs.io/en/latest";
173173
license = licenses.gpl2Plus;
174-
maintainers = with maintainers; [ coroa paveloom pbogdan ];
174+
maintainers = with maintainers; [ coroa pbogdan ];
175175
};
176176
}

pkgs/applications/graphics/identity/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
7272
homepage = "https://gitlab.gnome.org/YaLTeR/identity";
7373
license = licenses.gpl3Plus;
7474
platforms = platforms.linux;
75-
maintainers = with maintainers; [ paveloom ];
75+
maintainers = with maintainers; [ ];
7676
};
7777
}

pkgs/applications/networking/p2p/qbittorrent/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ stdenv.mkDerivation rec {
9595
changelog = "https://github.com/qbittorrent/qBittorrent/blob/release-${version}/Changelog";
9696
license = licenses.gpl2Plus;
9797
platforms = platforms.unix;
98-
maintainers = with maintainers; [ Anton-Latukha kashw2 paveloom ];
98+
maintainers = with maintainers; [ Anton-Latukha kashw2 ];
9999
};
100100
}

pkgs/applications/networking/sniffers/wireshark/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ stdenv.mkDerivation rec {
189189
changelog = "https://www.wireshark.org/docs/relnotes/wireshark-${version}.html";
190190
license = licenses.gpl2Plus;
191191
platforms = platforms.linux ++ platforms.darwin;
192-
maintainers = with maintainers; [ bjornfor fpletz paveloom ];
192+
maintainers = with maintainers; [ bjornfor fpletz ];
193193
mainProgram = if withQt then "wireshark" else "tshark";
194194
};
195195
}

pkgs/applications/version-management/gut/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildGoModule rec {
2828
description = "An alternative git CLI";
2929
homepage = "https://gut-cli.dev";
3030
license = licenses.mit;
31-
maintainers = with maintainers; [ paveloom ];
31+
maintainers = with maintainers; [ ];
3232
mainProgram = "gut";
3333
};
3434
}

pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
7272
homepage = "https://github.com/WarmUpTill/SceneSwitcher";
7373
license = licenses.gpl2Plus;
7474
platforms = platforms.linux;
75-
maintainers = with maintainers; [ paveloom ];
75+
maintainers = with maintainers; [ ];
7676
};
7777
}

pkgs/applications/video/obs-studio/plugins/obs-teleport/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ buildGoModule rec {
4747
meta = {
4848
description = "An OBS Studio plugin for an open NDI-like replacement";
4949
homepage = "https://github.com/fzwoch/obs-teleport";
50-
maintainers = [ lib.maintainers.paveloom ];
50+
maintainers = [ ];
5151
license = lib.licenses.gpl2Plus;
5252
platforms = obs-studio.meta.platforms;
5353
};

pkgs/applications/video/subtitleedit/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ stdenv.mkDerivation rec {
9292
license = licenses.gpl3Plus;
9393
platforms = platforms.all;
9494
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
95-
maintainers = with maintainers; [ paveloom ];
95+
maintainers = with maintainers; [ ];
9696
};
9797
}

pkgs/development/compilers/blueprint/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
6666
description = "A markup language for GTK user interface files";
6767
homepage = "https://gitlab.gnome.org/jwestman/blueprint-compiler";
6868
license = licenses.lgpl3Plus;
69-
maintainers = with maintainers; [ benediktbroich paveloom ranfdev ];
69+
maintainers = with maintainers; [ benediktbroich ranfdev ];
7070
platforms = platforms.unix;
7171
};
7272
})

0 commit comments

Comments
 (0)