From 082167400fb2b1b8e95cc75e78f0eb23bc1ad361 Mon Sep 17 00:00:00 2001 From: Aycan iRiCAN Date: Wed, 24 Sep 2014 11:24:47 +0300 Subject: [PATCH] Added myself to maintainers --- pkgs/applications/networking/ids/daq/default.nix | 1 + pkgs/applications/networking/ids/snort/default.nix | 1 + pkgs/development/libraries/haskell/HPDF/default.nix | 1 + pkgs/development/libraries/haskell/ShellCheck/default.nix | 1 + pkgs/development/libraries/haskell/aeson-utils/default.nix | 1 + pkgs/development/libraries/haskell/code-builder/default.nix | 1 + pkgs/development/libraries/haskell/generic-aeson/default.nix | 1 + pkgs/development/libraries/haskell/hxt-pickle-utils/default.nix | 1 + pkgs/development/libraries/haskell/ixset/default.nix | 1 + .../libraries/haskell/jmacro-rpc-happstack/default.nix | 1 + pkgs/development/libraries/haskell/jmacro-rpc-snap/default.nix | 1 + pkgs/development/libraries/haskell/jmacro-rpc/default.nix | 1 + pkgs/development/libraries/haskell/jmacro/default.nix | 1 + pkgs/development/libraries/haskell/json-schema/default.nix | 1 + pkgs/development/libraries/haskell/multipart/default.nix | 1 + pkgs/development/libraries/haskell/pipes-csv/default.nix | 1 + pkgs/development/libraries/haskell/pipes-http/default.nix | 1 + pkgs/development/libraries/haskell/pipes-text/default.nix | 1 + .../development/libraries/haskell/regular-xmlpickler/default.nix | 1 + pkgs/development/libraries/haskell/rest-client/default.nix | 1 + pkgs/development/libraries/haskell/rest-core/default.nix | 1 + pkgs/development/libraries/haskell/rest-gen/default.nix | 1 + pkgs/development/libraries/haskell/rest-happstack/default.nix | 1 + pkgs/development/libraries/haskell/rest-snap/default.nix | 1 + pkgs/development/libraries/haskell/rest-stringmap/default.nix | 1 + pkgs/development/libraries/haskell/rest-types/default.nix | 1 + pkgs/development/libraries/haskell/rest-wai/default.nix | 1 + pkgs/development/libraries/haskell/shellmate/default.nix | 1 + pkgs/development/libraries/haskell/tables/default.nix | 1 + pkgs/development/libraries/haskell/tostring/default.nix | 1 + pkgs/development/libraries/haskell/uri-encode/default.nix | 1 + pkgs/development/libraries/haskell/webdriver/default.nix | 1 + 32 files changed, 32 insertions(+) diff --git a/pkgs/applications/networking/ids/daq/default.nix b/pkgs/applications/networking/ids/daq/default.nix index c80d55f9412..03687616ba7 100644 --- a/pkgs/applications/networking/ids/daq/default.nix +++ b/pkgs/applications/networking/ids/daq/default.nix @@ -14,6 +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 ]; license = stdenv.lib.licenses.gpl2; }; } diff --git a/pkgs/applications/networking/ids/snort/default.nix b/pkgs/applications/networking/ids/snort/default.nix index 65e46176fcb..8f95bbd668a 100644 --- a/pkgs/applications/networking/ids/snort/default.nix +++ b/pkgs/applications/networking/ids/snort/default.nix @@ -14,6 +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 ]; license = stdenv.lib.licenses.gpl2; }; } diff --git a/pkgs/development/libraries/haskell/HPDF/default.nix b/pkgs/development/libraries/haskell/HPDF/default.nix index 7dcdbaa8cf9..01b04c77efb 100644 --- a/pkgs/development/libraries/haskell/HPDF/default.nix +++ b/pkgs/development/libraries/haskell/HPDF/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { homepage = "http://www.alpheccar.org"; description = "Generation of PDF documents"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/ShellCheck/default.nix b/pkgs/development/libraries/haskell/ShellCheck/default.nix index 8beca12325b..0cd6b125bdf 100644 --- a/pkgs/development/libraries/haskell/ShellCheck/default.nix +++ b/pkgs/development/libraries/haskell/ShellCheck/default.nix @@ -14,6 +14,7 @@ cabal.mkDerivation (self: { homepage = "http://www.shellcheck.net/"; description = "Shell script analysis tool"; license = "unknown"; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/aeson-utils/default.nix b/pkgs/development/libraries/haskell/aeson-utils/default.nix index db783c012bc..dde19573687 100644 --- a/pkgs/development/libraries/haskell/aeson-utils/default.nix +++ b/pkgs/development/libraries/haskell/aeson-utils/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { meta = { description = "Utilities for working with Aeson"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/code-builder/default.nix b/pkgs/development/libraries/haskell/code-builder/default.nix index 77883f5a07a..dc7881b51d0 100644 --- a/pkgs/development/libraries/haskell/code-builder/default.nix +++ b/pkgs/development/libraries/haskell/code-builder/default.nix @@ -9,6 +9,7 @@ cabal.mkDerivation (self: { meta = { description = "Simple system for generating code"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/generic-aeson/default.nix b/pkgs/development/libraries/haskell/generic-aeson/default.nix index 4ad9ab11fad..008a9577170 100644 --- a/pkgs/development/libraries/haskell/generic-aeson/default.nix +++ b/pkgs/development/libraries/haskell/generic-aeson/default.nix @@ -15,6 +15,7 @@ cabal.mkDerivation (self: { meta = { description = "Derivation of Aeson instances using GHC generics"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/hxt-pickle-utils/default.nix b/pkgs/development/libraries/haskell/hxt-pickle-utils/default.nix index 60b43b0bad4..725e7d83488 100644 --- a/pkgs/development/libraries/haskell/hxt-pickle-utils/default.nix +++ b/pkgs/development/libraries/haskell/hxt-pickle-utils/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { homepage = "https://github.com/silkapp/hxt-pickle-utils"; description = "Utility functions for using HXT picklers"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/ixset/default.nix b/pkgs/development/libraries/haskell/ixset/default.nix index c77950c68f0..cff87548b49 100644 --- a/pkgs/development/libraries/haskell/ixset/default.nix +++ b/pkgs/development/libraries/haskell/ixset/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { homepage = "http://happstack.com"; description = "Efficient relational queries on Haskell sets"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/jmacro-rpc-happstack/default.nix b/pkgs/development/libraries/haskell/jmacro-rpc-happstack/default.nix index f787073f080..28498da53d6 100644 --- a/pkgs/development/libraries/haskell/jmacro-rpc-happstack/default.nix +++ b/pkgs/development/libraries/haskell/jmacro-rpc-happstack/default.nix @@ -16,6 +16,7 @@ cabal.mkDerivation (self: { license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; hydraPlatforms = self.stdenv.lib.platforms.none; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; broken = true; }; }) diff --git a/pkgs/development/libraries/haskell/jmacro-rpc-snap/default.nix b/pkgs/development/libraries/haskell/jmacro-rpc-snap/default.nix index 9ff082e3239..c8a1b898f94 100644 --- a/pkgs/development/libraries/haskell/jmacro-rpc-snap/default.nix +++ b/pkgs/development/libraries/haskell/jmacro-rpc-snap/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { homepage = "http://hub.darcs.net/gershomb/jmacro-rpc"; description = "Snap backend for jmacro-rpc"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/jmacro-rpc/default.nix b/pkgs/development/libraries/haskell/jmacro-rpc/default.nix index d1e302b1bc9..5e271e9d341 100644 --- a/pkgs/development/libraries/haskell/jmacro-rpc/default.nix +++ b/pkgs/development/libraries/haskell/jmacro-rpc/default.nix @@ -16,6 +16,7 @@ cabal.mkDerivation (self: { homepage = "http://hub.darcs.net/gershomb/jmacro"; description = "JSON-RPC clients and servers using JMacro, and evented client-server Reactive Programming"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/jmacro/default.nix b/pkgs/development/libraries/haskell/jmacro/default.nix index 32d4d3747ef..b0d5f70b332 100644 --- a/pkgs/development/libraries/haskell/jmacro/default.nix +++ b/pkgs/development/libraries/haskell/jmacro/default.nix @@ -18,6 +18,7 @@ cabal.mkDerivation (self: { meta = { description = "QuasiQuotation library for programmatic generation of Javascript code"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/json-schema/default.nix b/pkgs/development/libraries/haskell/json-schema/default.nix index 5dfe40089b7..d425536e213 100644 --- a/pkgs/development/libraries/haskell/json-schema/default.nix +++ b/pkgs/development/libraries/haskell/json-schema/default.nix @@ -21,6 +21,7 @@ cabal.mkDerivation (self: { meta = { description = "Types and type classes for defining JSON schemas"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/multipart/default.nix b/pkgs/development/libraries/haskell/multipart/default.nix index def73364e31..5908dfb0981 100644 --- a/pkgs/development/libraries/haskell/multipart/default.nix +++ b/pkgs/development/libraries/haskell/multipart/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { homepage = "http://www.github.com/silkapp/multipart"; description = "HTTP multipart split out of the cgi package"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/pipes-csv/default.nix b/pkgs/development/libraries/haskell/pipes-csv/default.nix index c18d2297f67..53afcbf8a08 100644 --- a/pkgs/development/libraries/haskell/pipes-csv/default.nix +++ b/pkgs/development/libraries/haskell/pipes-csv/default.nix @@ -18,6 +18,7 @@ cabal.mkDerivation (self: { meta = { description = "Fast, streaming csv parser"; license = self.stdenv.lib.licenses.mit; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/pipes-http/default.nix b/pkgs/development/libraries/haskell/pipes-http/default.nix index b5b9a8859ad..1708e8a6cb1 100644 --- a/pkgs/development/libraries/haskell/pipes-http/default.nix +++ b/pkgs/development/libraries/haskell/pipes-http/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { meta = { description = "HTTP client with pipes interface"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/pipes-text/default.nix b/pkgs/development/libraries/haskell/pipes-text/default.nix index deef6e0fdb6..5928082e030 100644 --- a/pkgs/development/libraries/haskell/pipes-text/default.nix +++ b/pkgs/development/libraries/haskell/pipes-text/default.nix @@ -17,6 +17,7 @@ cabal.mkDerivation (self: { homepage = "https://github.com/michaelt/text-pipes"; description = "Text pipes"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/regular-xmlpickler/default.nix b/pkgs/development/libraries/haskell/regular-xmlpickler/default.nix index 35a3f32847e..c8dc8a34b78 100644 --- a/pkgs/development/libraries/haskell/regular-xmlpickler/default.nix +++ b/pkgs/development/libraries/haskell/regular-xmlpickler/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { homepage = "http://github.com/silkapp/regular-xmlpickler"; description = "Generic generation of HXT XmlPickler instances using Regular"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-client/default.nix b/pkgs/development/libraries/haskell/rest-client/default.nix index 15abedd4ab3..644d1ddabfb 100644 --- a/pkgs/development/libraries/haskell/rest-client/default.nix +++ b/pkgs/development/libraries/haskell/rest-client/default.nix @@ -18,6 +18,7 @@ cabal.mkDerivation (self: { meta = { description = "Utility library for use in generated API client libraries"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-core/default.nix b/pkgs/development/libraries/haskell/rest-core/default.nix index 3707873fc2b..8379674d80b 100644 --- a/pkgs/development/libraries/haskell/rest-core/default.nix +++ b/pkgs/development/libraries/haskell/rest-core/default.nix @@ -22,6 +22,7 @@ cabal.mkDerivation (self: { meta = { description = "Rest API library"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-gen/default.nix b/pkgs/development/libraries/haskell/rest-gen/default.nix index f7122558a40..fb9e564199a 100644 --- a/pkgs/development/libraries/haskell/rest-gen/default.nix +++ b/pkgs/development/libraries/haskell/rest-gen/default.nix @@ -25,6 +25,7 @@ cabal.mkDerivation (self: { meta = { description = "Documentation and client generation from rest definition"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-happstack/default.nix b/pkgs/development/libraries/haskell/rest-happstack/default.nix index 662f5adc70f..5308f21a70d 100644 --- a/pkgs/development/libraries/haskell/rest-happstack/default.nix +++ b/pkgs/development/libraries/haskell/rest-happstack/default.nix @@ -10,6 +10,7 @@ cabal.mkDerivation (self: { meta = { description = "Rest driver for Happstack"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-snap/default.nix b/pkgs/development/libraries/haskell/rest-snap/default.nix index 5e50968ba7c..3421dae0f99 100644 --- a/pkgs/development/libraries/haskell/rest-snap/default.nix +++ b/pkgs/development/libraries/haskell/rest-snap/default.nix @@ -15,6 +15,7 @@ cabal.mkDerivation (self: { meta = { description = "Rest driver for Snap"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-stringmap/default.nix b/pkgs/development/libraries/haskell/rest-stringmap/default.nix index c1f0c13cbc2..387c2910721 100644 --- a/pkgs/development/libraries/haskell/rest-stringmap/default.nix +++ b/pkgs/development/libraries/haskell/rest-stringmap/default.nix @@ -16,6 +16,7 @@ cabal.mkDerivation (self: { meta = { description = "Maps with stringy keys that can be transcoded to JSON and XML"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-types/default.nix b/pkgs/development/libraries/haskell/rest-types/default.nix index 9094f2a6473..c44308ba7fa 100644 --- a/pkgs/development/libraries/haskell/rest-types/default.nix +++ b/pkgs/development/libraries/haskell/rest-types/default.nix @@ -16,6 +16,7 @@ cabal.mkDerivation (self: { meta = { description = "Silk Rest Framework Types"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/rest-wai/default.nix b/pkgs/development/libraries/haskell/rest-wai/default.nix index e2ae1ea15cb..c1d8037dd43 100644 --- a/pkgs/development/libraries/haskell/rest-wai/default.nix +++ b/pkgs/development/libraries/haskell/rest-wai/default.nix @@ -15,6 +15,7 @@ cabal.mkDerivation (self: { meta = { description = "Rest driver for WAI applications"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/shellmate/default.nix b/pkgs/development/libraries/haskell/shellmate/default.nix index 6f059a75352..bf74fc8b99c 100644 --- a/pkgs/development/libraries/haskell/shellmate/default.nix +++ b/pkgs/development/libraries/haskell/shellmate/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { homepage = "http://github.com/valderman/shellmate"; description = "Simple interface for shell scripting in Haskell"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/tables/default.nix b/pkgs/development/libraries/haskell/tables/default.nix index 53b178066eb..34df6ebec11 100644 --- a/pkgs/development/libraries/haskell/tables/default.nix +++ b/pkgs/development/libraries/haskell/tables/default.nix @@ -20,6 +20,7 @@ cabal.mkDerivation (self: { homepage = "http://github.com/ekmett/tables/"; description = "In-memory storage with multiple keys using lenses and traversals"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/tostring/default.nix b/pkgs/development/libraries/haskell/tostring/default.nix index 0c181e2b076..2fe0fb452dd 100644 --- a/pkgs/development/libraries/haskell/tostring/default.nix +++ b/pkgs/development/libraries/haskell/tostring/default.nix @@ -10,6 +10,7 @@ cabal.mkDerivation (self: { meta = { description = "The ToString class"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/uri-encode/default.nix b/pkgs/development/libraries/haskell/uri-encode/default.nix index 7a86bcd2f65..59079fd1897 100644 --- a/pkgs/development/libraries/haskell/uri-encode/default.nix +++ b/pkgs/development/libraries/haskell/uri-encode/default.nix @@ -12,6 +12,7 @@ cabal.mkDerivation (self: { meta = { description = "Unicode aware uri-encoding"; license = "unknown"; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; }) diff --git a/pkgs/development/libraries/haskell/webdriver/default.nix b/pkgs/development/libraries/haskell/webdriver/default.nix index d3a041d9a8d..b174da98924 100644 --- a/pkgs/development/libraries/haskell/webdriver/default.nix +++ b/pkgs/development/libraries/haskell/webdriver/default.nix @@ -24,6 +24,7 @@ cabal.mkDerivation (self: { homepage = "https://github.com/kallisti-dev/hs-webdriver"; description = "a Haskell client for the Selenium WebDriver protocol"; license = self.stdenv.lib.licenses.bsd3; + maintainers = with self.stdenv.lib.maintainers; [ aycanirican ]; platforms = self.ghc.meta.platforms; }; })