diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index b3e0562793d7..23bd61b9a272 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -26022,12 +26022,6 @@ githubId = 12595971; name = "Guillaume Girol"; }; - synthetica = { - email = "nix@hilhorst.be"; - github = "Synthetica9"; - githubId = 7075751; - name = "Patrick Hilhorst"; - }; sysedwinistrator = { email = "edwin.mowen@gmail.com"; github = "sysedwinistrator"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index bb000aa7676d..e6bf9f5f6a21 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -295,7 +295,6 @@ with lib.maintainers; gcc = { members = [ - synthetica vcunat ericson2314 ]; diff --git a/nixos/tests/pulseaudio.nix b/nixos/tests/pulseaudio.nix index c7791090cedb..b3b0837b239e 100644 --- a/nixos/tests/pulseaudio.nix +++ b/nixos/tests/pulseaudio.nix @@ -29,8 +29,8 @@ let in { name = "pulseaudio${lib.optionalString fullVersion "Full"}${lib.optionalString systemWide "-systemWide"}"; - meta = with pkgs.lib.maintainers; { - maintainers = [ synthetica ] ++ pkgs.pulseaudio.meta.maintainers; + meta = { + maintainers = pkgs.pulseaudio.meta.maintainers; }; nodes.machine = diff --git a/nixos/tests/sway.nix b/nixos/tests/sway.nix index 92d99e6a37be..240c1392f4d2 100644 --- a/nixos/tests/sway.nix +++ b/nixos/tests/sway.nix @@ -2,9 +2,7 @@ { name = "sway"; meta = { - maintainers = with lib.maintainers; [ - synthetica - ]; + maintainers = [ ]; }; # testScriptWithTypes:49: error: Cannot call function of unknown type diff --git a/nixos/tests/vscodium.nix b/nixos/tests/vscodium.nix index 7cb0871ac9bc..51c294d432e5 100644 --- a/nixos/tests/vscodium.nix +++ b/nixos/tests/vscodium.nix @@ -41,7 +41,6 @@ let nodes."${name}" = machine; meta.maintainers = with lib.maintainers; [ - synthetica turion ]; diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix index 02424724f631..4efbcc5629fe 100644 --- a/pkgs/applications/editors/vscode/vscode.nix +++ b/pkgs/applications/editors/vscode/vscode.nix @@ -112,7 +112,6 @@ buildVscode { license = lib.licenses.unfree; maintainers = with lib.maintainers; [ eadwu - synthetica bobby285271 johnrtitor jefflabonte diff --git a/pkgs/applications/editors/vscode/vscodium.nix b/pkgs/applications/editors/vscode/vscodium.nix index e3668d7d3759..56a9adabed9c 100644 --- a/pkgs/applications/editors/vscode/vscodium.nix +++ b/pkgs/applications/editors/vscode/vscodium.nix @@ -81,7 +81,6 @@ buildVscode rec { license = lib.licenses.mit; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with lib.maintainers; [ - synthetica bobby285271 ]; mainProgram = "codium"; diff --git a/pkgs/applications/window-managers/i3/wk-switch.nix b/pkgs/applications/window-managers/i3/wk-switch.nix index bae72d0adb76..41a9523303bb 100644 --- a/pkgs/applications/window-managers/i3/wk-switch.nix +++ b/pkgs/applications/window-managers/i3/wk-switch.nix @@ -29,7 +29,7 @@ python3Packages.buildPythonApplication { meta = { description = "XMonad-like workspace switching for i3 and sway"; mainProgram = "i3-wk-switch"; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; platforms = lib.platforms.linux; license = lib.licenses.mit; homepage = "https://travisf.net/i3-wk-switcher"; diff --git a/pkgs/applications/window-managers/i3/wmfocus.nix b/pkgs/applications/window-managers/i3/wmfocus.nix index 47633170e263..3f4740a37df2 100644 --- a/pkgs/applications/window-managers/i3/wmfocus.nix +++ b/pkgs/applications/window-managers/i3/wmfocus.nix @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec { mainProgram = "wmfocus"; homepage = "https://github.com/svenstaro/wmfocus"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/al/albert/package.nix b/pkgs/by-name/al/albert/package.nix index 93f07e97ad98..273f046164d4 100644 --- a/pkgs/by-name/al/albert/package.nix +++ b/pkgs/by-name/al/albert/package.nix @@ -81,7 +81,6 @@ stdenv.mkDerivation (finalAttrs: { # See: https://github.com/NixOS/nixpkgs/issues/279226 license = lib.licenses.unfree; maintainers = with lib.maintainers; [ - synthetica eljamm ]; mainProgram = "albert"; diff --git a/pkgs/by-name/ci/circleci-cli/package.nix b/pkgs/by-name/ci/circleci-cli/package.nix index 5acaff20d3bf..c30aa30b9137 100644 --- a/pkgs/by-name/ci/circleci-cli/package.nix +++ b/pkgs/by-name/ci/circleci-cli/package.nix @@ -44,7 +44,7 @@ buildGoModule (finalAttrs: { Command to enable you to reproduce the CircleCI environment locally and run jobs as if they were running on the hosted CirleCI application. ''; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; mainProgram = "circleci"; license = lib.licenses.mit; homepage = "https://circleci.com/"; diff --git a/pkgs/by-name/co/codebraid/package.nix b/pkgs/by-name/co/codebraid/package.nix index 0e59af3aaca2..7a39b8d7d154 100644 --- a/pkgs/by-name/co/codebraid/package.nix +++ b/pkgs/by-name/co/codebraid/package.nix @@ -40,7 +40,7 @@ python3Packages.buildPythonApplication (finalAttrs: { with support for rich output like plots. ''; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; mainProgram = "codebraid"; }; }) diff --git a/pkgs/by-name/en/entr/package.nix b/pkgs/by-name/en/entr/package.nix index daef393b4ffb..b30cbe2a562a 100644 --- a/pkgs/by-name/en/entr/package.nix +++ b/pkgs/by-name/en/entr/package.nix @@ -33,7 +33,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.all; maintainers = with lib.maintainers; [ pSub - synthetica ]; mainProgram = "entr"; }; diff --git a/pkgs/by-name/j/j/package.nix b/pkgs/by-name/j/j/package.nix index de4349e12de3..bbcb3854a019 100644 --- a/pkgs/by-name/j/j/package.nix +++ b/pkgs/by-name/j/j/package.nix @@ -89,7 +89,6 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ raskin - synthetica ]; broken = stdenv.hostPlatform.isDarwin; platforms = lib.platforms.all; diff --git a/pkgs/by-name/ma/mako/package.nix b/pkgs/by-name/ma/mako/package.nix index bdc8c3f4e988..25612abe5b87 100644 --- a/pkgs/by-name/ma/mako/package.nix +++ b/pkgs/by-name/ma/mako/package.nix @@ -78,7 +78,6 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.mit; maintainers = with lib.maintainers; [ dywedir - synthetica ]; platforms = lib.platforms.linux; mainProgram = "mako"; diff --git a/pkgs/by-name/mu/mutmut/package.nix b/pkgs/by-name/mu/mutmut/package.nix index 1ea0499bdc5d..86ccf1ee3536 100644 --- a/pkgs/by-name/mu/mutmut/package.nix +++ b/pkgs/by-name/mu/mutmut/package.nix @@ -42,7 +42,6 @@ python3Packages.buildPythonApplication (finalAttrs: { license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ l0b0 - synthetica ]; }; }) diff --git a/pkgs/by-name/pi/pipectl/package.nix b/pkgs/by-name/pi/pipectl/package.nix index c500f6c8af10..ca49ea6068d8 100644 --- a/pkgs/by-name/pi/pipectl/package.nix +++ b/pkgs/by-name/pi/pipectl/package.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/Ferdi265/pipectl"; license = lib.licenses.gpl3; description = "Simple named pipe management utility"; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; mainProgram = "pipectl"; }; }) diff --git a/pkgs/by-name/pl/plexamp/package.nix b/pkgs/by-name/pl/plexamp/package.nix index 0c26bf0f962c..7f9acac9d661 100644 --- a/pkgs/by-name/pl/plexamp/package.nix +++ b/pkgs/by-name/pl/plexamp/package.nix @@ -43,7 +43,6 @@ appimageTools.wrapType2 { maintainers = with lib.maintainers; [ killercup redhawk - synthetica ]; platforms = [ "x86_64-linux" ]; }; diff --git a/pkgs/by-name/sw/sway-unwrapped/package.nix b/pkgs/by-name/sw/sway-unwrapped/package.nix index 0739dbc850a5..904ab5f8784b 100644 --- a/pkgs/by-name/sw/sway-unwrapped/package.nix +++ b/pkgs/by-name/sw/sway-unwrapped/package.nix @@ -139,9 +139,7 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/swaywm/sway/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; platforms = lib.platforms.linux ++ lib.platforms.freebsd; - maintainers = with lib.maintainers; [ - synthetica - ]; + maintainers = [ ]; mainProgram = "sway"; }; }) diff --git a/pkgs/by-name/wa/waybar/package.nix b/pkgs/by-name/wa/waybar/package.nix index 26088e2653c8..d7a442baef82 100644 --- a/pkgs/by-name/wa/waybar/package.nix +++ b/pkgs/by-name/wa/waybar/package.nix @@ -220,7 +220,6 @@ stdenv.mkDerivation (finalAttrs: { lovesegfault minijackson rodrgz - synthetica khaneliman ]; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/wl/wl-mirror/package.nix b/pkgs/by-name/wl/wl-mirror/package.nix index ad61d15d047d..56bdaf62ed0b 100644 --- a/pkgs/by-name/wl/wl-mirror/package.nix +++ b/pkgs/by-name/wl/wl-mirror/package.nix @@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/Ferdi265/wl-mirror"; description = "Simple Wayland output mirror client"; license = lib.licenses.gpl3; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; platforms = lib.platforms.linux; }; }) diff --git a/pkgs/development/interpreters/bqn/cbqn/default.nix b/pkgs/development/interpreters/bqn/cbqn/default.nix index 91bc41382bbe..3388710e9a37 100644 --- a/pkgs/development/interpreters/bqn/cbqn/default.nix +++ b/pkgs/development/interpreters/bqn/cbqn/default.nix @@ -136,7 +136,6 @@ stdenv.mkDerivation { detegr shnarazk sternenseemann - synthetica ]; platforms = lib.platforms.all; }; diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix index d59d4fcb5c57..a9c658f7b6f8 100644 --- a/pkgs/development/libraries/wlroots/default.nix +++ b/pkgs/development/libraries/wlroots/default.nix @@ -146,7 +146,6 @@ let license = lib.licenses.mit; platforms = lib.platforms.linux ++ lib.platforms.freebsd; maintainers = with lib.maintainers; [ - synthetica wineee doronbehar ]; diff --git a/pkgs/development/python-modules/bespon/default.nix b/pkgs/development/python-modules/bespon/default.nix index ea0196d8c52b..8ff0dc3c6816 100644 --- a/pkgs/development/python-modules/bespon/default.nix +++ b/pkgs/development/python-modules/bespon/default.nix @@ -24,6 +24,6 @@ buildPythonPackage rec { description = "Encodes and decodes data in the BespON format"; homepage = "https://github.com/gpoore/bespon_py"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/deezer-python/default.nix b/pkgs/development/python-modules/deezer-python/default.nix index fdfd2bfbe322..f644f48ac660 100644 --- a/pkgs/development/python-modules/deezer-python/default.nix +++ b/pkgs/development/python-modules/deezer-python/default.nix @@ -50,6 +50,6 @@ buildPythonPackage rec { homepage = "https://github.com/browniebroke/deezer-python"; changelog = "https://github.com/browniebroke/deezer-python/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/panflute/default.nix b/pkgs/development/python-modules/panflute/default.nix index 8a9bc8d131c8..8c98ea2073c7 100644 --- a/pkgs/development/python-modules/panflute/default.nix +++ b/pkgs/development/python-modules/panflute/default.nix @@ -28,6 +28,6 @@ buildPythonPackage rec { homepage = "https://scorreia.com/software/panflute"; changelog = "https://github.com/sergiocorreia/panflute/releases/tag/${version}"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; }; } diff --git a/pkgs/tools/misc/pandoc-imagine/default.nix b/pkgs/tools/misc/pandoc-imagine/default.nix index c9e36942c76d..8307eda4974c 100644 --- a/pkgs/tools/misc/pandoc-imagine/default.nix +++ b/pkgs/tools/misc/pandoc-imagine/default.nix @@ -33,7 +33,7 @@ buildPythonApplication rec { into images or ASCII art ''; license = with lib.licenses; [ mit ]; - maintainers = with lib.maintainers; [ synthetica ]; + maintainers = [ ]; mainProgram = "pandoc-imagine"; }; }