Merge pull request #321477 from mohe2015/remove-maintainer-mohe2015

Remove maintainer mohe2015
This commit is contained in:
h7x4
2024-06-21 14:18:24 +02:00
committed by GitHub
4 changed files with 2 additions and 11 deletions
-8
View File
@@ -13432,14 +13432,6 @@
githubId = 754512;
name = "Mogria";
};
mohe2015 = {
name = "Moritz Hedtke";
email = "Moritz.Hedtke@t-online.de";
matrix = "@moritz.hedtke:matrix.org";
github = "mohe2015";
githubId = 13287984;
keys = [ { fingerprint = "1248 D3E1 1D11 4A85 75C9 8934 6794 D45A 488C 2EDE"; } ];
};
momeemt = {
name = "Mutsuha Asada";
email = "me@momee.mt";
+1 -1
View File
@@ -4,7 +4,7 @@ let
settingsFormat = (pkgs.formats.json { });
in
{
meta.maintainers = with lib.maintainers; [ mohe2015 ];
meta.maintainers = with lib.maintainers; [ ];
options = {
services.step-ca = {
+1 -1
View File
@@ -189,6 +189,6 @@ stdenv.mkDerivation rec {
license = licenses.agpl3Plus;
homepage = "https://joinpeertube.org/";
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
maintainers = with maintainers; [ immae izorkin mohe2015 stevenroose ];
maintainers = with maintainers; [ immae izorkin stevenroose ];
};
}
-1
View File
@@ -68,7 +68,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [
cmcdragonkai
mohe2015
techknowlogick
];
};