maintainers: drop Scriptkiddi (#501744)

This commit is contained in:
Yohann Boniface
2026-03-30 11:37:07 +00:00
committed by GitHub
19 changed files with 16 additions and 25 deletions
-7
View File
@@ -24294,13 +24294,6 @@
githubId = 149248;
name = "Christian Rackerseder";
};
Scriptkiddi = {
email = "nixos@scriptkiddi.de";
matrix = "@fritz.otlinghaus:helsinki-systems.de";
github = "Scriptkiddi";
githubId = 3598650;
name = "Fritz Otlinghaus";
};
Scrumplex = {
name = "Sefa Eyeoglu";
email = "contact@scrumplex.net";
+1 -1
View File
@@ -80,6 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
license = with lib.licenses; [ mit ];
homepage = "https://febio.org/";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -53,6 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
license = with lib.licenses; [ mit ];
homepage = "https://febio.org/";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -51,7 +51,7 @@ python3Packages.buildPythonApplication {
longDescription = "Takes in a GIF, short video, or a query to the Tenor GIF API and converts it to animated ASCII art.";
homepage = "https://github.com/google/gif-for-cli";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
mainProgram = "gif-for-cli";
};
}
+1 -1
View File
@@ -53,6 +53,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
homepage = "https://litecli.com";
changelog = "https://github.com/dbcli/litecli/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
})
@@ -29,7 +29,7 @@ python3Packages.buildPythonApplication {
homepage = "https://github.com/precice/config-visualizer";
description = "Small python tool for visualizing the preCICE xml configuration";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
mainProgram = "precice-config-visualizer";
};
}
+1 -1
View File
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "PreCICE stands for Precise Code Interaction Coupling Environment";
homepage = "https://precice.org/";
license = with lib.licenses; [ lgpl3Only ];
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
mainProgram = "precice-tools";
platforms = lib.platforms.unix;
};
@@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/googlemaps/google-maps-services-python";
changelog = "https://github.com/googlemaps/google-maps-services-python/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
}
@@ -90,7 +90,6 @@ buildPythonPackage (finalAttrs: {
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
fab
Scriptkiddi
];
};
})
@@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/globocom/m3u8";
changelog = "https://github.com/globocom/m3u8/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
}
@@ -69,6 +69,6 @@ buildPythonPackage rec {
changelog = "https://github.com/evalf/nutils/releases/tag/${src.tag}";
homepage = "https://www.nutils.org/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
}
@@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/GIScience/openrouteservice-py";
description = "Python API to consume openrouteservice(s) painlessly";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
}
@@ -55,6 +55,6 @@ buildPythonPackage rec {
homepage = "https://github.com/precice/python-bindings";
changelog = "https://github.com/precice/python-bindings/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
}
@@ -62,7 +62,7 @@ buildPythonPackage rec {
changelog = "https://github.com/NabuCasa/snitun/releases/tag/${src.tag}";
homepage = "https://github.com/nabucasa/snitun";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
}
@@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Stringly: Human Readable Object Serialization";
homepage = "https://github.com/evalf/stringly";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Scriptkiddi ];
maintainers = [ ];
};
}
@@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "Logging framework that organizes messages in a tree structure";
homepage = "https://github.com/evalf/treelog";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.Scriptkiddi ];
maintainers = [ ];
};
}
@@ -20,6 +20,6 @@ buildPythonPackage rec {
description = "Find the nearest xterm 256 color index for an RGB";
homepage = "https://github.com/magarcia/python-x256";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Scriptkiddi ];
maintainers = [ ];
};
}
@@ -16,7 +16,6 @@ bundlerApp {
homepage = "https://github.com/github-changelog-generator/github-changelog-generator";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
Scriptkiddi
nicknovitski
];
platforms = lib.platforms.unix;
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gams.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.Scriptkiddi ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
}