maintainers: remove MGlolenstine (#444145)
This commit is contained in:
@@ -16579,13 +16579,6 @@
|
||||
githubId = 71893;
|
||||
name = "Michael Maclean";
|
||||
};
|
||||
mglolenstine = {
|
||||
email = "mglolenstine@gmail.com";
|
||||
github = "MGlolenstine";
|
||||
githubId = 9406770;
|
||||
matrix = "@mglolenstine:matrix.org";
|
||||
name = "MGlolenstine";
|
||||
};
|
||||
mgregoire = {
|
||||
email = "gregoire@martinache.net";
|
||||
github = "M-Gregoire";
|
||||
|
||||
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "beebeep";
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ mglolenstine ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
asl20 # or
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ mglolenstine ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = with licenses; [ asl20 ];
|
||||
mainProgram = "spin";
|
||||
maintainers = with maintainers; [ mglolenstine ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.namesys.com/";
|
||||
description = "Support library for Reiser4";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = with lib.maintainers; [ mglolenstine ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = with lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ stdenv.mkDerivation {
|
||||
description = "Picoprobe udev rules list";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ mglolenstine ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,6 +62,6 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
homepage = "https://pizarra.categulario.xyz/en/";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ mglolenstine ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user