maintainers: drop sbruder (#516527)
This commit is contained in:
@@ -24431,12 +24431,6 @@
|
||||
githubId = 2320433;
|
||||
name = "Sam Boosalis";
|
||||
};
|
||||
sbruder = {
|
||||
email = "nixos@sbruder.de";
|
||||
github = "sbruder";
|
||||
githubId = 15986681;
|
||||
name = "Simon Bruder";
|
||||
};
|
||||
scandiravian = {
|
||||
email = "nixos@scandiravian.com";
|
||||
github = "scandiravian";
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
{
|
||||
name = "invidious";
|
||||
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ sbruder ];
|
||||
meta = {
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
@@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/TASEmulators/fceux/blob/${finalAttrs.src.rev}/changelog.txt";
|
||||
license = with lib.licenses; [ gpl2Plus ];
|
||||
mainProgram = "fceux";
|
||||
maintainers = with lib.maintainers; [ sbruder ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -61,7 +61,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "httpdirfs";
|
||||
maintainers = with lib.maintainers; [
|
||||
sbruder
|
||||
schnusch
|
||||
anthonyroussel
|
||||
];
|
||||
|
||||
@@ -141,7 +141,6 @@ crystal.buildCrystalPackage rec {
|
||||
maintainers = with lib.maintainers; [
|
||||
_999eagle
|
||||
GaetanLepage
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -30,7 +30,6 @@ buildGoModule {
|
||||
maintainers = with lib.maintainers; [
|
||||
bachp
|
||||
flokli
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -113,7 +113,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [
|
||||
rnhmjoj
|
||||
sbruder
|
||||
snaki
|
||||
];
|
||||
mainProgram = "vspipe";
|
||||
|
||||
@@ -23,7 +23,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ buildPythonPackage (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -69,7 +69,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,7 +35,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.publicDomain;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,7 +37,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -83,7 +83,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,7 +29,6 @@ buildPythonPackage rec {
|
||||
]; # it includes shared libraries for which no license is available (https://github.com/NXPmicro/pypemicro/issues/10)
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@ buildPythonPackage rec {
|
||||
description = "Python library for parsing, compiling, and matching Fast Library Identification and Recognition Technology (FLIRT) signatures";
|
||||
homepage = "https://github.com/williballenthin/lancelot/tree/master/pyflirt";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ sbruder ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -148,7 +148,6 @@ buildPythonPackage rec {
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [
|
||||
frogamic
|
||||
sbruder
|
||||
];
|
||||
mainProgram = "spsdk";
|
||||
};
|
||||
|
||||
@@ -64,7 +64,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
armijnhemel
|
||||
sbruder
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "GUI for mapping keyboard and mouse controls to a gamepad";
|
||||
inherit (src.meta) homepage;
|
||||
maintainers = with lib.maintainers; [ sbruder ];
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = with lib.platforms; linux;
|
||||
mainProgram = "antimicrox";
|
||||
|
||||
Reference in New Issue
Block a user