maintainers: remove ftrvxmtrx
This commit is contained in:
@@ -9542,12 +9542,6 @@
|
||||
name = "Fritz Stracke";
|
||||
keys = [ { fingerprint = "7A9D 6DB2 0C5A AA55 7838 EEE6 B8CA 2D9A D8F0 506F"; } ];
|
||||
};
|
||||
ftrvxmtrx = {
|
||||
email = "ftrvxmtrx@gmail.com";
|
||||
github = "ftrvxmtrx";
|
||||
githubId = 248148;
|
||||
name = "Sigrid Solveig Haflínudóttir";
|
||||
};
|
||||
ftsimas = {
|
||||
name = "Filippos Tsimas";
|
||||
email = "filippos.tsimas@outlook.com";
|
||||
|
||||
@@ -96,7 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Fast console MPEG Audio Player and decoder library";
|
||||
homepage = "https://mpg123.org";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
maintainers = with lib.maintainers; [ ftrvxmtrx ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -64,7 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
ftrvxmtrx
|
||||
chris-martin
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
|
||||
@@ -62,7 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
relrod
|
||||
ftrvxmtrx
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/kcat/openal-soft/blob/master/ChangeLog";
|
||||
license = lib.licenses.lgpl2;
|
||||
pkgConfigModules = [ "openal" ];
|
||||
maintainers = with lib.maintainers; [ ftrvxmtrx ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
||||
description = "Programmer's calculator";
|
||||
mainProgram = "pcalc";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ ftrvxmtrx ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://schismtracker.org/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ ftrvxmtrx ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "schismtracker";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -249,7 +249,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = meta // {
|
||||
maintainers = with lib.maintainers; [
|
||||
ftrvxmtrx
|
||||
timokau
|
||||
ma27
|
||||
];
|
||||
|
||||
@@ -69,7 +69,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "Unicode VGA font";
|
||||
maintainers = [ lib.maintainers.ftrvxmtrx ];
|
||||
maintainers = [ ];
|
||||
homepage = "http://www.inp.nsk.su/~bolkhov/files/fonts/univga/";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
@@ -40,7 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [
|
||||
lib.maintainers.ftrvxmtrx
|
||||
lib.maintainers.sternenseemann
|
||||
];
|
||||
};
|
||||
|
||||
@@ -50,7 +50,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
matejc
|
||||
ftrvxmtrx
|
||||
];
|
||||
teams = [ lib.teams.enlightenment ];
|
||||
};
|
||||
|
||||
@@ -247,7 +247,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
matejc
|
||||
ftrvxmtrx
|
||||
];
|
||||
teams = [ lib.teams.enlightenment ];
|
||||
};
|
||||
|
||||
@@ -88,7 +88,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
matejc
|
||||
ftrvxmtrx
|
||||
];
|
||||
teams = [ lib.teams.enlightenment ];
|
||||
};
|
||||
|
||||
@@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
matejc
|
||||
ftrvxmtrx
|
||||
];
|
||||
teams = [ lib.teams.enlightenment ];
|
||||
};
|
||||
|
||||
@@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
matejc
|
||||
ftrvxmtrx
|
||||
];
|
||||
teams = [ lib.teams.enlightenment ];
|
||||
};
|
||||
|
||||
@@ -87,7 +87,6 @@ buildPythonPackage rec {
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
matejc
|
||||
ftrvxmtrx
|
||||
];
|
||||
teams = [ lib.teams.enlightenment ];
|
||||
};
|
||||
|
||||
@@ -135,7 +135,6 @@ stdenv.mkDerivation {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
bbarker
|
||||
ftrvxmtrx
|
||||
kovirobi
|
||||
matthewdargan
|
||||
ylh
|
||||
|
||||
Reference in New Issue
Block a user