diff --git a/pkgs/applications/networking/ids/daq/default.nix b/pkgs/applications/networking/ids/daq/default.nix index c80d55f94128..03687616ba71 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 65e46176fcb4..8f95bbd668a5 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 7dcdbaa8cf99..01b04c77efb0 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 8beca12325b8..0cd6b125bdf5 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 db783c012bc3..dde19573687f 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 77883f5a07ad..dc7881b51d0c 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 4ad9ab11fad5..008a95771707 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 60b43b0bad4b..725e7d834883 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 c77950c68f09..cff87548b497 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 f787073f0808..28498da53d65 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 9ff082e3239f..c8a1b898f945 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 d1e302b1bc9f..5e271e9d3416 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 32d4d3747ef9..b0d5f70b3324 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 5dfe40089b7c..d425536e213c 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 def73364e31d..5908dfb09819 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 c18d2297f675..53afcbf8a08f 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 b5b9a8859ad0..1708e8a6cb1a 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 deef6e0fdb66..5928082e0301 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 35a3f32847e1..c8dc8a34b788 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 15abedd4ab37..644d1ddabfbb 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 3707873fc2b5..8379674d80bd 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 f7122558a401..fb9e564199a5 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 662f5adc70f5..5308f21a70d6 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 5e50968ba7c8..3421dae0f999 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 c1f0c13cbc22..387c29107219 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 9094f2a64730..c44308ba7fac 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 e2ae1ea15cb8..c1d8037dd43d 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 6f059a75352b..bf74fc8b99ce 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 53b178066eb7..34df6ebec117 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 0c181e2b0766..2fe0fb452dd5 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 7a86bcd2f65c..59079fd18974 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 d3a041d9a8dc..b174da989247 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; }; })