maintainers: drop j03

Inactive since 2021.
This commit is contained in:
Wolfgang Walther
2025-11-06 10:42:29 +01:00
parent faddd8caf0
commit 10341c2212
4 changed files with 0 additions and 9 deletions

View File

@@ -11390,12 +11390,6 @@
githubId = 8095978;
name = "j-mendez";
};
j03 = {
email = "github@johannesloetzsch.de";
github = "johannesloetzsch";
githubId = 175537;
name = "Johannes Lötzsch";
};
j0hax = {
name = "Johannes Arnold";
email = "johannes.arnold@stud.uni-hannover.de";

View File

@@ -620,7 +620,6 @@ with lib.maintainers;
mate = {
members = [
bobby285271
j03
romildo
];
scope = "Maintain Mate desktop environment and related packages.";

View File

@@ -77,6 +77,5 @@ stdenv.mkDerivation {
'';
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ j03 ];
};
}

View File

@@ -38,7 +38,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/github-release/github-release";
maintainers = with lib.maintainers; [
ardumont
j03
];
};
})