maintainers: add mio (#480862)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user