mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Added myself to maintainers
This commit is contained in:
parent
87ebc77e50
commit
082167400f
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user