File tree Expand file tree Collapse file tree 20 files changed +20
-20
lines changed
Expand file tree Collapse file tree 20 files changed +20
-20
lines changed Original file line number Diff line number Diff 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 } ;
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 } ;
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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} )
You can’t perform that action at this time.
0 commit comments