about summary refs log tree commit diff
path: root/pkgs/tools/networking/photon
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-11-17 17:50:53 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-18 22:37:56 -0800
commit72f6df338d4518008aa0722467a33c5396785d88 (patch)
tree672c89019aa43346828227c40ae2bcc7917e92d6 /pkgs/tools/networking/photon
parent9e8e0c78d7220ef912a4a3230180872732ec3ec2 (diff)
remove genesis maintainer
genesis has no longer access to github
Diffstat (limited to 'pkgs/tools/networking/photon')
-rw-r--r--pkgs/tools/networking/photon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/photon/default.nix b/pkgs/tools/networking/photon/default.nix
index 22da1320803e5..edaaa4b171426 100644
--- a/pkgs/tools/networking/photon/default.nix
+++ b/pkgs/tools/networking/photon/default.nix
@@ -29,6 +29,6 @@ python3Packages.buildPythonApplication rec {
     description = "a lightning fast web crawler which extracts URLs, files, intel & endpoints from a target";
     homepage = "https://github.com/s0md3v/Photon";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ genesis ];
+    maintainers = with maintainers; [ ];
   };
 }