mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 14:32:59 +00:00
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:
parent
a54c7dcc8e
commit
e134422465
@ -6881,14 +6881,6 @@
|
||||
githubId = 873530;
|
||||
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 = {
|
||||
email = "nix@exploitoverload.com";
|
||||
github = "exploitoverload";
|
||||
|
@ -449,7 +449,6 @@ with lib.maintainers;
|
||||
haskell = {
|
||||
members = [
|
||||
cdepillabout
|
||||
expipiplus1
|
||||
maralorn
|
||||
ncfavier
|
||||
sternenseemann
|
||||
|
@ -84,7 +84,7 @@ in stdenv.mkDerivation {
|
||||
binaryBytecode # deps
|
||||
];
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||
mainProgram = "fped";
|
||||
homepage = "http://projects.qi-hardware.com/index.php/p/fped/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
let
|
||||
shared_meta = lib: {
|
||||
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" ];
|
||||
license = lib.licenses.unfree;
|
||||
};
|
||||
|
@ -15,7 +15,7 @@ bundlerEnv {
|
||||
'';
|
||||
homepage = "http://oleander.io/git-fame-rb";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ expipiplus1 nicknovitski ];
|
||||
maintainers = with maintainers; [ nicknovitski ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "git-fame";
|
||||
};
|
||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = [ maintainers.expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -155,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Open source XR runtime";
|
||||
homepage = "https://monado.freedesktop.org/";
|
||||
license = licenses.boost;
|
||||
maintainers = with maintainers; [ Scrumplex expipiplus1 prusnak ];
|
||||
maintainers = with maintainers; [ Scrumplex prusnak ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "monado-cli";
|
||||
};
|
||||
|
@ -65,9 +65,6 @@ stdenv.mkDerivation {
|
||||
mainProgram = "xrgears";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
expipiplus1
|
||||
Scrumplex
|
||||
];
|
||||
maintainers = with maintainers; [ Scrumplex ];
|
||||
};
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/adamgreig/ecpdap";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -223,16 +223,6 @@ package-maintainers:
|
||||
- tlynx
|
||||
- xmonad
|
||||
- xmonad-contrib
|
||||
expipiplus1:
|
||||
- VulkanMemoryAllocator
|
||||
- autoapply
|
||||
- exact-real
|
||||
- language-c
|
||||
- orbits
|
||||
- update-nix-fetchgit
|
||||
- vector-sized
|
||||
- vulkan
|
||||
- vulkan-utils
|
||||
erictapen:
|
||||
- hakyll
|
||||
evenbrenden:
|
||||
|
@ -22317,7 +22317,6 @@ self: {
|
||||
badPlatforms = [
|
||||
"i686-linux" "armv7l-linux"
|
||||
] ++ lib.platforms.darwin;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"WAVE" = callPackage
|
||||
@ -43471,7 +43470,6 @@ self: {
|
||||
description = "Template Haskell to automatically pass values to functions";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"autodocodec" = callPackage
|
||||
@ -103828,7 +103826,6 @@ self: {
|
||||
benchmarkHaskellDepends = [ base criterion ];
|
||||
description = "Exact real arithmetic";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"exact-real-positional" = callPackage
|
||||
@ -188180,7 +188177,6 @@ self: {
|
||||
testHaskellDepends = [ base directory filepath process ];
|
||||
description = "Analysis and generation of C code";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"language-c-comments" = callPackage
|
||||
@ -229065,7 +229061,6 @@ self: {
|
||||
];
|
||||
description = "Types and functions for Kepler orbits";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"orc" = callPackage
|
||||
@ -323122,9 +323117,7 @@ self: {
|
||||
description = "A program to update fetchgit values in Nix expressions";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "update-nix-fetchgit";
|
||||
maintainers = [
|
||||
lib.maintainers.expipiplus1 lib.maintainers.sorki
|
||||
];
|
||||
maintainers = [ lib.maintainers.sorki ];
|
||||
}) {};
|
||||
|
||||
"update-repos" = callPackage
|
||||
@ -326556,7 +326549,6 @@ self: {
|
||||
];
|
||||
description = "Size tagged vectors";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"vector-sized_1_6_1" = callPackage
|
||||
@ -326576,7 +326568,6 @@ self: {
|
||||
description = "Size tagged vectors";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"vector-space" = callPackage
|
||||
@ -328393,7 +328384,6 @@ self: {
|
||||
badPlatforms = [
|
||||
"i686-linux" "armv7l-linux"
|
||||
] ++ lib.platforms.darwin;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {vulkan = null;};
|
||||
|
||||
"vulkan-api" = callPackage
|
||||
@ -328427,7 +328417,6 @@ self: {
|
||||
description = "Utils for the vulkan package";
|
||||
license = lib.licenses.bsd3;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"waargonaut" = callPackage
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
lgpl21Plus # libgpiod
|
||||
lgpl3Plus # C++ bindings
|
||||
] ++ lib.optional enable-tools gpl2Plus;
|
||||
maintainers = [ maintainers.expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Open Source Lighthouse Tracking System";
|
||||
homepage = "https://github.com/cntools/libsurvive";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ expipiplus1 prusnak ];
|
||||
maintainers = with maintainers; [ prusnak ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://github.com/stevenlovegrove/Pangolin";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
||||
# Should be possible to support Darwin by changing the install phase with
|
||||
# 's/Linux/Darwin/' and 's/so/dylib/' or something similar.
|
||||
platforms = with platforms; linux;
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
};
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Tool that helps simplify the build process for developing projects across multiple platforms";
|
||||
homepage = "https://wiki.qt.io/Qbs";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -48,7 +48,6 @@ buildGoModule rec {
|
||||
description = "Matrix-Signal puppeting bridge";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
expipiplus1
|
||||
niklaskorz
|
||||
ma27
|
||||
];
|
||||
|
@ -44,7 +44,7 @@ in myNodePackages.package.override {
|
||||
description = "Discord puppeting bridge for matrix";
|
||||
license = licenses.asl20;
|
||||
homepage = "https://gitlab.com/mx-puppet/discord/mx-puppet-discord";
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = platforms.unix;
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
|
||||
|
@ -56,9 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://github.com/microsoft/DirectXShaderCompiler";
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
license = lib.licenses.ncsa;
|
||||
maintainers = with lib.maintainers; [
|
||||
expipiplus1
|
||||
Flakebi
|
||||
];
|
||||
maintainers = with lib.maintainers; [ Flakebi ];
|
||||
};
|
||||
})
|
||||
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
};
|
||||
}
|
||||
|
@ -88,6 +88,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/LunarG/VulkanTools";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.expipiplus1 ];
|
||||
maintainers = [];
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Tools for working with blackbox flight logs";
|
||||
homepage = "https://github.com/inavflight/blackbox-tools";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ expipiplus1 ];
|
||||
maintainers = [];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/inav-blackbox-tools.x86_64-darwin
|
||||
};
|
||||
|
@ -29,10 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "VR Lighthouse power state management";
|
||||
homepage = "https://github.com/ShayBox/Lighthouse";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
expipiplus1
|
||||
bddvlpr
|
||||
];
|
||||
maintainers = with maintainers; [ bddvlpr ];
|
||||
mainProgram = "lighthouse";
|
||||
};
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/audiohacked/OpenCorsairLink";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ lib.maintainers.expipiplus1 ];
|
||||
maintainers = [];
|
||||
mainProgram = "OpenCorsairLink.elf";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user