Merge pull request #321416 from Arcayr/nix-arcayr
maintainers: remove arcayr
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -85,7 +85,7 @@ buildFHSEnv {
|
||||
license = licenses.unfree;
|
||||
platforms = jdk.meta.platforms;
|
||||
hydraPlatforms = [ ];
|
||||
maintainers = with maintainers; [ arcayr bennofs ];
|
||||
maintainers = with maintainers; [ bennofs ];
|
||||
mainProgram = "burpsuite";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user