mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
Revert "maintainers: drop Scriptkiddi" (#534823)
This commit is contained in:
@@ -24905,6 +24905,13 @@
|
||||
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";
|
||||
|
||||
@@ -80,6 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = with lib.licenses; [ mit ];
|
||||
homepage = "https://febio.org/";
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -53,6 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = with lib.licenses; [ mit ];
|
||||
homepage = "https://febio.org/";
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -57,7 +57,10 @@ 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; [ ambossmann ];
|
||||
maintainers = with lib.maintainers; [
|
||||
ambossmann
|
||||
Scriptkiddi
|
||||
];
|
||||
mainProgram = "gif-for-cli";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@ 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;
|
||||
|
||||
@@ -53,7 +53,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://litecli.com";
|
||||
changelog = "https://github.com/dbcli/litecli/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ iamanaws ];
|
||||
maintainers = with lib.maintainers; [
|
||||
iamanaws
|
||||
Scriptkiddi
|
||||
];
|
||||
mainProgram = "litecli";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
mainProgram = "precice-config-visualizer";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@ 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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
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 = [ ];
|
||||
maintainers = [ lib.maintainers.Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,6 +26,6 @@ buildPythonPackage (finalAttrs: {
|
||||
description = "Logging framework that organizes messages in a tree structure";
|
||||
homepage = "https://github.com/evalf/treelog";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.Scriptkiddi ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -27,6 +27,6 @@ buildPythonPackage (finalAttrs: {
|
||||
description = "Find the nearest xterm 256 color index for an RGB";
|
||||
homepage = "https://github.com/magarcia/python-x256";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.gams.com/";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.Scriptkiddi ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user