maintainers: drop 0xbe7a (#527896)

This commit is contained in:
Yohann Boniface 2026-06-04 22:09:46 +00:00 committed by GitHub
commit ce08875dca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 9 deletions

View file

@ -118,13 +118,6 @@
github = "0xB10C";
githubId = 19157360;
};
_0xbe7a = {
email = "nix@be7a.de";
name = "Bela Stoyan";
github = "0xbe7a";
githubId = 6232980;
keys = [ { fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99"; } ];
};
_0xC45 = {
email = "jason@0xc45.com";
name = "Jason Vigil";

View file

@ -4962,7 +4962,7 @@ let
meta = {
license = lib.licenses.mpl20;
maintainers = [ lib.maintainers._0xbe7a ];
maintainers = [ ];
};
};

View file

@ -31,7 +31,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
homepage = "https://github.com/Garmelon/PFERD";
description = "Tool for downloading course-related files from ILIAS";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ _0xbe7a ];
maintainers = [ ];
mainProgram = "pferd";
};
})