maintainers: remove expipiplus1

Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
This commit is contained in:
Ellie Hermaszewska 2024-11-08 12:56:36 +08:00
parent a54c7dcc8e
commit e134422465
No known key found for this signature in database
25 changed files with 21 additions and 61 deletions

View File

@ -6881,14 +6881,6 @@
githubId = 873530; githubId = 873530;
name = "Alexey Levan"; name = "Alexey Levan";
}; };
expipiplus1 = {
email = "nix@monoid.al";
matrix = "@ellie:monoid.al";
github = "expipiplus1";
githubId = 857308;
name = "Ellie Hermaszewska";
keys = [ { fingerprint = "FC1D 3E4F CBCA 80DF E870 6397 C811 6E3A 0C1C A76A"; } ];
};
exploitoverload = { exploitoverload = {
email = "nix@exploitoverload.com"; email = "nix@exploitoverload.com";
github = "exploitoverload"; github = "exploitoverload";

View File

@ -449,7 +449,6 @@ with lib.maintainers;
haskell = { haskell = {
members = [ members = [
cdepillabout cdepillabout
expipiplus1
maralorn maralorn
ncfavier ncfavier
sternenseemann sternenseemann

View File

@ -84,7 +84,7 @@ in stdenv.mkDerivation {
binaryBytecode # deps binaryBytecode # deps
]; ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
}; };
} }

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation {
mainProgram = "fped"; mainProgram = "fped";
homepage = "http://projects.qi-hardware.com/index.php/p/fped/"; homepage = "http://projects.qi-hardware.com/index.php/p/fped/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -17,7 +17,7 @@
let let
shared_meta = lib: { shared_meta = lib: {
homepage = "https://www.picotech.com/downloads/linux"; homepage = "https://www.picotech.com/downloads/linux";
maintainers = with lib.maintainers; [ expipiplus1 wirew0rm ] ++ lib.teams.lumiguide.members; maintainers = with lib.maintainers; [ wirew0rm ] ++ lib.teams.lumiguide.members;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
license = lib.licenses.unfree; license = lib.licenses.unfree;
}; };

View File

@ -15,7 +15,7 @@ bundlerEnv {
''; '';
homepage = "http://oleander.io/git-fame-rb"; homepage = "http://oleander.io/git-fame-rb";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ expipiplus1 nicknovitski ]; maintainers = with maintainers; [ nicknovitski ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "git-fame"; mainProgram = "git-fame";
}; };

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/"; homepage = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = [ maintainers.expipiplus1 ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -155,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Open source XR runtime"; description = "Open source XR runtime";
homepage = "https://monado.freedesktop.org/"; homepage = "https://monado.freedesktop.org/";
license = licenses.boost; license = licenses.boost;
maintainers = with maintainers; [ Scrumplex expipiplus1 prusnak ]; maintainers = with maintainers; [ Scrumplex prusnak ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "monado-cli"; mainProgram = "monado-cli";
}; };

View File

@ -65,9 +65,6 @@ stdenv.mkDerivation {
mainProgram = "xrgears"; mainProgram = "xrgears";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [ Scrumplex ];
expipiplus1
Scrumplex
];
}; };
} }

View File

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
''; '';
homepage = "https://github.com/adamgreig/ecpdap"; homepage = "https://github.com/adamgreig/ecpdap";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
}; };
} }

View File

@ -223,16 +223,6 @@ package-maintainers:
- tlynx - tlynx
- xmonad - xmonad
- xmonad-contrib - xmonad-contrib
expipiplus1:
- VulkanMemoryAllocator
- autoapply
- exact-real
- language-c
- orbits
- update-nix-fetchgit
- vector-sized
- vulkan
- vulkan-utils
erictapen: erictapen:
- hakyll - hakyll
evenbrenden: evenbrenden:

View File

@ -22317,7 +22317,6 @@ self: {
badPlatforms = [ badPlatforms = [
"i686-linux" "armv7l-linux" "i686-linux" "armv7l-linux"
] ++ lib.platforms.darwin; ] ++ lib.platforms.darwin;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"WAVE" = callPackage "WAVE" = callPackage
@ -43471,7 +43470,6 @@ self: {
description = "Template Haskell to automatically pass values to functions"; description = "Template Haskell to automatically pass values to functions";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none; hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"autodocodec" = callPackage "autodocodec" = callPackage
@ -103828,7 +103826,6 @@ self: {
benchmarkHaskellDepends = [ base criterion ]; benchmarkHaskellDepends = [ base criterion ];
description = "Exact real arithmetic"; description = "Exact real arithmetic";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"exact-real-positional" = callPackage "exact-real-positional" = callPackage
@ -188180,7 +188177,6 @@ self: {
testHaskellDepends = [ base directory filepath process ]; testHaskellDepends = [ base directory filepath process ];
description = "Analysis and generation of C code"; description = "Analysis and generation of C code";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"language-c-comments" = callPackage "language-c-comments" = callPackage
@ -229065,7 +229061,6 @@ self: {
]; ];
description = "Types and functions for Kepler orbits"; description = "Types and functions for Kepler orbits";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"orc" = callPackage "orc" = callPackage
@ -323122,9 +323117,7 @@ self: {
description = "A program to update fetchgit values in Nix expressions"; description = "A program to update fetchgit values in Nix expressions";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
mainProgram = "update-nix-fetchgit"; mainProgram = "update-nix-fetchgit";
maintainers = [ maintainers = [ lib.maintainers.sorki ];
lib.maintainers.expipiplus1 lib.maintainers.sorki
];
}) {}; }) {};
"update-repos" = callPackage "update-repos" = callPackage
@ -326556,7 +326549,6 @@ self: {
]; ];
description = "Size tagged vectors"; description = "Size tagged vectors";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"vector-sized_1_6_1" = callPackage "vector-sized_1_6_1" = callPackage
@ -326576,7 +326568,6 @@ self: {
description = "Size tagged vectors"; description = "Size tagged vectors";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none; hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"vector-space" = callPackage "vector-space" = callPackage
@ -328393,7 +328384,6 @@ self: {
badPlatforms = [ badPlatforms = [
"i686-linux" "armv7l-linux" "i686-linux" "armv7l-linux"
] ++ lib.platforms.darwin; ] ++ lib.platforms.darwin;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {vulkan = null;}; }) {vulkan = null;};
"vulkan-api" = callPackage "vulkan-api" = callPackage
@ -328427,7 +328417,6 @@ self: {
description = "Utils for the vulkan package"; description = "Utils for the vulkan package";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin; badPlatforms = lib.platforms.darwin;
maintainers = [ lib.maintainers.expipiplus1 ];
}) {}; }) {};
"waargonaut" = callPackage "waargonaut" = callPackage

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
lgpl21Plus # libgpiod lgpl21Plus # libgpiod
lgpl3Plus # C++ bindings lgpl3Plus # C++ bindings
] ++ lib.optional enable-tools gpl2Plus; ] ++ lib.optional enable-tools gpl2Plus;
maintainers = [ maintainers.expipiplus1 ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "Open Source Lighthouse Tracking System"; description = "Open Source Lighthouse Tracking System";
homepage = "https://github.com/cntools/libsurvive"; homepage = "https://github.com/cntools/libsurvive";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ expipiplus1 prusnak ]; maintainers = with maintainers; [ prusnak ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://github.com/stevenlovegrove/Pangolin"; homepage = "https://github.com/stevenlovegrove/Pangolin";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = [ lib.maintainers.expipiplus1 ]; maintainers = [];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }

View File

@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
# Should be possible to support Darwin by changing the install phase with # Should be possible to support Darwin by changing the install phase with
# 's/Linux/Darwin/' and 's/so/dylib/' or something similar. # 's/Linux/Darwin/' and 's/so/dylib/' or something similar.
platforms = with platforms; linux; platforms = with platforms; linux;
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Tool that helps simplify the build process for developing projects across multiple platforms"; description = "Tool that helps simplify the build process for developing projects across multiple platforms";
homepage = "https://wiki.qt.io/Qbs"; homepage = "https://wiki.qt.io/Qbs";
license = licenses.lgpl3; license = licenses.lgpl3;
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -48,7 +48,6 @@ buildGoModule rec {
description = "Matrix-Signal puppeting bridge"; description = "Matrix-Signal puppeting bridge";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
expipiplus1
niklaskorz niklaskorz
ma27 ma27
]; ];

View File

@ -44,7 +44,7 @@ in myNodePackages.package.override {
description = "Discord puppeting bridge for matrix"; description = "Discord puppeting bridge for matrix";
license = licenses.asl20; license = licenses.asl20;
homepage = "https://gitlab.com/mx-puppet/discord/mx-puppet-discord"; homepage = "https://gitlab.com/mx-puppet/discord/mx-puppet-discord";
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
platforms = platforms.unix; platforms = platforms.unix;
# never built on aarch64-darwin since first introduction in nixpkgs # never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64; broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;

View File

@ -56,9 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/microsoft/DirectXShaderCompiler"; homepage = "https://github.com/microsoft/DirectXShaderCompiler";
platforms = with lib.platforms; linux ++ darwin; platforms = with lib.platforms; linux ++ darwin;
license = lib.licenses.ncsa; license = lib.licenses.ncsa;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [ Flakebi ];
expipiplus1
Flakebi
];
}; };
}) })

View File

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/"; homepage = "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
}; };
} }

View File

@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/LunarG/VulkanTools"; homepage = "https://github.com/LunarG/VulkanTools";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.expipiplus1 ]; maintainers = [];
}; };
} }

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Tools for working with blackbox flight logs"; description = "Tools for working with blackbox flight logs";
homepage = "https://github.com/inavflight/blackbox-tools"; homepage = "https://github.com/inavflight/blackbox-tools";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ expipiplus1 ]; maintainers = [];
platforms = platforms.all; platforms = platforms.all;
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/inav-blackbox-tools.x86_64-darwin broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/inav-blackbox-tools.x86_64-darwin
}; };

View File

@ -29,10 +29,7 @@ rustPlatform.buildRustPackage rec {
description = "VR Lighthouse power state management"; description = "VR Lighthouse power state management";
homepage = "https://github.com/ShayBox/Lighthouse"; homepage = "https://github.com/ShayBox/Lighthouse";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [ bddvlpr ];
expipiplus1
bddvlpr
];
mainProgram = "lighthouse"; mainProgram = "lighthouse";
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/audiohacked/OpenCorsairLink"; homepage = "https://github.com/audiohacked/OpenCorsairLink";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ lib.maintainers.expipiplus1 ]; maintainers = [];
mainProgram = "OpenCorsairLink.elf"; mainProgram = "OpenCorsairLink.elf";
}; };
} }