maintainers: drop apeschar

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-01-15 19:26:14 +01:00
parent 8eb4e86a5d
commit 3eb28ad11c
5 changed files with 3 additions and 10 deletions
-6
View File
@@ -1989,12 +1989,6 @@
githubId = 25783780;
name = "aos";
};
apeschar = {
email = "albert@peschar.net";
github = "apeschar";
githubId = 122977;
name = "Albert Peschar";
};
apeyroux = {
email = "alex@px.io";
github = "apeyroux";
@@ -27,7 +27,7 @@
and attempts to prove incorrectness rather than correctness.
'';
mainProgram = "phan";
maintainers = with lib.maintainers; [ apeschar ];
maintainers = [ ];
teams = [ lib.teams.php ];
};
})
@@ -24,6 +24,6 @@ buildPythonPackage rec {
homepage = "https://github.com/python-hyper/hyperlink";
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ apeschar ];
maintainers = [ ];
};
}
@@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "Python implementation of the JSON-LD API";
homepage = "https://github.com/digitalbazaar/pyld";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ apeschar ];
maintainers = [ ];
};
}
@@ -92,7 +92,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.elastic20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
apeschar
basvandijk
];
};