maintainers: remove ToxicFrog (#530737)

This commit is contained in:
Yohann Boniface
2026-06-18 18:14:59 +00:00
committed by GitHub
10 changed files with 9 additions and 15 deletions
-6
View File
@@ -28255,12 +28255,6 @@
github = "toXel";
githubId = 2300709;
};
ToxicFrog = {
email = "toxicfrog@ancilla.ca";
github = "ToxicFrog";
githubId = 90456;
name = "Rebecca (Bex) Kelly";
};
toyboot4e = {
email = "toyboot4e@gmail.com";
github = "toyboot4e";
+1 -1
View File
@@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
lgpl3Plus
];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
longDescription = ''
Blitz++ is a C++ class library for scientific computing which provides
performance on par with Fortran 77/90. It uses template techniques to
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation {
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
hydraPlatforms = [ ];
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -68,6 +68,6 @@ stdenv.mkDerivation {
homepage = "http://crossfire.real-time.com/";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
}
@@ -48,6 +48,6 @@ stdenv.mkDerivation {
homepage = "http://crossfire.real-time.com/";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
}
@@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
homepage = "http://crossfire.real-time.com/";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -29,6 +29,6 @@ stdenv.mkDerivation {
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
hydraPlatforms = [ ];
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -55,6 +55,6 @@ stdenv.mkDerivation {
homepage = "http://crossfire.real-time.com/";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -47,6 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "Low-level (dis)assembler and linter for OpenTTD GRF files";
homepage = "http://openttd.org/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -34,6 +34,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
description = "Compiler for OpenTTD NML files";
mainProgram = "nmlc";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ToxicFrog ];
maintainers = [ ];
};
})