1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #321416 from Arcayr/nix-arcayr

maintainers: remove arcayr
This commit is contained in:
éclairevoyant 2024-06-21 05:30:36 +00:00 committed by GitHub
commit 576320c3a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View file

@ -1551,12 +1551,6 @@
githubId = 56009;
name = "Arcadio Rubio García";
};
arcayr = {
email = "nix@arcayr.online";
github = "arcayr";
githubId = 11192354;
name = "Elliot Speck";
};
archer-65 = {
email = "mario.liguori.056@gmail.com";
github = "archer-65";

View file

@ -85,7 +85,7 @@ buildFHSEnv {
license = licenses.unfree;
platforms = jdk.meta.platforms;
hydraPlatforms = [ ];
maintainers = with maintainers; [ arcayr bennofs ];
maintainers = with maintainers; [ bennofs ];
mainProgram = "burpsuite";
};
}

View file

@ -32,6 +32,6 @@ python3.pkgs.buildPythonApplication rec {
mainProgram = "mitm6";
homepage = "https://github.com/dirkjanm/mitm6";
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ arcayr ];
maintainers = with lib.maintainers; [ ];
};
}