mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop 0xbe7a (#527896)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -4962,7 +4962,7 @@ let
|
||||
|
||||
meta = {
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = [ lib.maintainers._0xbe7a ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user