summary refs log tree commit diff
path: root/pkgs/applications/networking/firehol/iprange.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/firehol/iprange.nix')
-rw-r--r--pkgs/applications/networking/firehol/iprange.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/firehol/iprange.nix b/pkgs/applications/networking/firehol/iprange.nix
index e47afba0294..75b4d5b40a6 100644
--- a/pkgs/applications/networking/firehol/iprange.nix
+++ b/pkgs/applications/networking/firehol/iprange.nix
@@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
     description = "manage IP ranges";
     homepage = "https://github.com/firehol/iprange";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ geistesk ];
+    maintainers = with maintainers; [ oxzi ];
   };
 }