about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAycan iRiCAN <iricanaycan@gmail.com>2014-09-24 11:43:51 +0300
committerAycan iRiCAN <iricanaycan@gmail.com>2014-09-24 11:43:51 +0300
commitd2b1644939d8bb2738e58553a2dff550c365f4eb (patch)
tree5fc4cec00507009291e910ef84e3c986dbc64cc2
parent082167400fb2b1b8e95cc75e78f0eb23bc1ad361 (diff)
downloadnixlib-d2b1644939d8bb2738e58553a2dff550c365f4eb.tar
nixlib-d2b1644939d8bb2738e58553a2dff550c365f4eb.tar.gz
nixlib-d2b1644939d8bb2738e58553a2dff550c365f4eb.tar.bz2
nixlib-d2b1644939d8bb2738e58553a2dff550c365f4eb.tar.lz
nixlib-d2b1644939d8bb2738e58553a2dff550c365f4eb.tar.xz
nixlib-d2b1644939d8bb2738e58553a2dff550c365f4eb.tar.zst
nixlib-d2b1644939d8bb2738e58553a2dff550c365f4eb.zip
Fixed typo
-rw-r--r--pkgs/applications/networking/ids/daq/default.nix2
-rw-r--r--pkgs/applications/networking/ids/snort/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ids/daq/default.nix b/pkgs/applications/networking/ids/daq/default.nix
index 03687616ba71..3e7a80f137d5 100644
--- a/pkgs/applications/networking/ids/daq/default.nix
+++ b/pkgs/applications/networking/ids/daq/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Data AcQuisition library (DAQ), for packet I/O";
     homepage = http://www.snort.org;
-    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
+    maintainers = with stdenv.lib.maintainers; [ aycanirican ];
     license = stdenv.lib.licenses.gpl2;
   };
 }
diff --git a/pkgs/applications/networking/ids/snort/default.nix b/pkgs/applications/networking/ids/snort/default.nix
index 8f95bbd668a5..5b740cec9355 100644
--- a/pkgs/applications/networking/ids/snort/default.nix
+++ b/pkgs/applications/networking/ids/snort/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Network intrusion prevention and detection system (IDS/IPS)";
     homepage = http://www.snort.org;
-    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
+    maintainers = with stdenv.lib.maintainers; [ aycanirican ];
     license = stdenv.lib.licenses.gpl2;
   };
 }