maintainers: remove expipiplus1 (#354409)

This commit is contained in:
Tomodachi94 2024-11-07 22:32:59 -08:00 committed by GitHub
commit cda153cb09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
25 changed files with 21 additions and 61 deletions

View File

@ -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";

View File

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

View File

@ -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" ];
};
}

View File

@ -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;
};
}

View File

@ -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;
};

View File

@ -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";
};

View File

@ -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;
};
}

View File

@ -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";
};

View File

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

View File

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

View File

@ -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:

View File

@ -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

View File

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

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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 = [];
};
}

View File

@ -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;
};
}

View File

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

View File

@ -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;

View File

@ -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 ];
};
})

View File

@ -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 = [];
};
}

View File

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

View File

@ -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
};

View File

@ -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";
};
}

View File

@ -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";
};
}