treewide: remove paveloom
as maintainer
This commit is contained in:
parent
3cad0c8e96
commit
f685a22664
@ -19389,12 +19389,6 @@
|
||||
name = "Michael Bergmeister";
|
||||
githubId = 53442728;
|
||||
};
|
||||
paveloom = {
|
||||
email = "contact@paveloom.dev";
|
||||
github = "paveloom";
|
||||
githubId = 49961859;
|
||||
name = "Pavel Sobolev";
|
||||
};
|
||||
pawelchcki = {
|
||||
email = "pawel.chcki@gmail.com";
|
||||
github = "pawelchcki";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "flaresolverr";
|
||||
meta.maintainers = with lib.maintainers; [ paveloom ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "whisparr";
|
||||
meta.maintainers = [ lib.maintainers.paveloom ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
@ -117,10 +117,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "http://cppcheck.sourceforge.net";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
joachifm
|
||||
paveloom
|
||||
];
|
||||
maintainers = with lib.maintainers; [ joachifm ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/glehmann/earthlyls/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "earthlyls";
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
@ -138,7 +138,7 @@ buildDotnetModule rec {
|
||||
homepage = "https://eddie.website";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "eddie-ui";
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/FlareSolverr/FlareSolverr/blob/${finalAttrs.src.rev}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
mainProgram = "flaresolverr";
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
inherit (undetected-chromedriver.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
license = licenses.unfree;
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
mainProgram = "fopnu";
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
||||
description = "GR framework is a graphics library for visualisation applications";
|
||||
homepage = "https://gr-framework.org";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -35,6 +35,6 @@ buildGoModule rec {
|
||||
homepage = "https://git.gay/besties/ios-safari-remote-debug";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
mainProgram = "ios-safari-remote-debug";
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -74,9 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/google/ios-webkit-debug-proxy/releases/tag/${finalAttrs.src.rev}";
|
||||
license = licenses.bsd3;
|
||||
mainProgram = "ios_webkit_debug_proxy";
|
||||
maintainers = with maintainers; [
|
||||
abustany
|
||||
paveloom
|
||||
];
|
||||
maintainers = with maintainers; [ abustany ];
|
||||
};
|
||||
})
|
||||
|
@ -45,7 +45,6 @@ buildGoModule rec {
|
||||
Br1ght0ne
|
||||
equirosa
|
||||
khaneliman
|
||||
paveloom
|
||||
starsep
|
||||
sigmasquadron
|
||||
];
|
||||
|
@ -165,7 +165,7 @@ stdenv'.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/JCWasmx86/mesonlsp/releases/tag/v${finalAttrs.version}";
|
||||
license = licenses.gpl3Plus;
|
||||
mainProgram = "mesonlsp";
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
# ../src/liblog/log.cpp:41:7: error: call to 'format' is ambiguous
|
||||
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
|
||||
|
@ -130,9 +130,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
mainProgram = "mold";
|
||||
maintainers = with lib.maintainers; [
|
||||
azahi
|
||||
paveloom
|
||||
];
|
||||
maintainers = with lib.maintainers; [ azahi ];
|
||||
};
|
||||
})
|
||||
|
@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
|
||||
"x86_64-linux"
|
||||
];
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer";
|
||||
homepage = "https://github.com/nathom/streamrip";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "rip";
|
||||
};
|
||||
}
|
||||
|
@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://www.randomhacks.net/substudy";
|
||||
license = licenses.asl20;
|
||||
mainProgram = "substudy";
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -95,6 +95,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -129,7 +129,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [
|
||||
mpickering
|
||||
nagisa
|
||||
paveloom
|
||||
];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
@ -38,6 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = chromedriver.meta // {
|
||||
description = "Custom Selenium ChromeDriver that passes all bot mitigation systems";
|
||||
mainProgram = "undetected-chromedriver";
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
})
|
||||
|
@ -75,6 +75,6 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
inherit (wine.meta) platforms;
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ buildGoModule rec {
|
||||
description = "Warp + Psiphon, an anti censorship utility for Iran";
|
||||
homepage = "https://github.com/bepass-org/warp-plus";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "warp-plus";
|
||||
# Doesn't work with Go toolchain >1.22, runtime error:
|
||||
# 'panic: tls.ConnectionState doesn't match'
|
||||
|
@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
mainProgram = "Whisparr";
|
||||
maintainers = [ lib.maintainers.paveloom ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -58,6 +58,6 @@ buildPythonPackage rec {
|
||||
description = "Flat dark theme for PySide and PyQt";
|
||||
homepage = "https://pyqtdarktheme.readthedocs.io/en/stable";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ paveloom ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -49,6 +49,6 @@ buildPythonPackage {
|
||||
description = "Python library for the custom Selenium ChromeDriver that passes all bot mitigation systems";
|
||||
homepage = "https://github.com/ultrafunkamsterdam/undetected-chromedriver";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ paveloom ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user