maintainers: add mio (#480862)

This commit is contained in:
Michael Daniels
2026-01-18 18:27:13 +00:00
committed by GitHub
5 changed files with 19 additions and 4 deletions
+6
View File
@@ -17325,6 +17325,12 @@
githubId = 20436235;
name = "Billy Zaelani Malik";
};
mio = {
name = "Mio";
email = "mio@mio19.uk";
github = "mio-19";
githubId = 57285379;
};
mir06 = {
email = "armin.leuprecht@uni-graz.at";
github = "mir06";
+4 -1
View File
@@ -37,7 +37,10 @@ rustPlatform.buildRustPackage rec {
description = "Run Linux desktop applications under a different local user";
homepage = "https://github.com/intgr/ego";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dit7ya ];
maintainers = with lib.maintainers; [
dit7ya
mio
];
mainProgram = "ego";
};
}
+4 -1
View File
@@ -52,7 +52,10 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/TheR1D/shell_gpt";
changelog = "https://github.com/TheR1D/shell_gpt/releases/tag/${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ SohamG ];
maintainers = with lib.maintainers; [
SohamG
mio
];
mainProgram = "sgpt";
};
}
+4 -1
View File
@@ -152,7 +152,10 @@ stdenv.mkDerivation rec {
description = "Car racing game - TORCS fork with more experimental approach";
homepage = "https://www.speed-dreams.net/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ raskin ];
maintainers = with lib.maintainers; [
raskin
mio
];
platforms = lib.platforms.linux;
mainProgram = "speed-dreams";
};
+1 -1
View File
@@ -143,7 +143,7 @@ stdenv.mkDerivation (finalAttrs: {
mpl11
mpl20
];
maintainers = [ ];
maintainers = with lib.maintainers; [ mio ];
# The darwin src zip file holds simply a prebuilt swt.jar file
sourceProvenance = lib.optionals stdenv.hostPlatform.isDarwin [
lib.sourceTypes.binaryNativeCode