maintainers: drop apeschar (#480443)
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user