3
0
Fork 0
forked from mirrors/nixpkgs

rename iElectric to domenkozar to match GitHub

This commit is contained in:
Domen Kožar 2016-05-17 12:57:28 +01:00
parent af364c0f77
commit b49bf121b8
78 changed files with 145 additions and 145 deletions

View file

@ -160,7 +160,7 @@
hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>"; hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
iand675 = "Ian Duncan <ian@iankduncan.com>"; iand675 = "Ian Duncan <ian@iankduncan.com>";
ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>"; ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>";
iElectric = "Domen Kozar <domen@dev.si>"; domenkozar = "Domen Kozar <domen@dev.si>";
igsha = "Igor Sharonov <igor.sharonov@gmail.com>"; igsha = "Igor Sharonov <igor.sharonov@gmail.com>";
ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>"; ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>";
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>"; j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";

View file

@ -25,7 +25,7 @@ in
{ {
name = "bittorrent"; name = "bittorrent";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ iElectric eelco chaoflow rob wkennington ]; maintainers = [ domenkozar eelco chaoflow rob wkennington ];
}; };
nodes = nodes =

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "gitlab"; name = "gitlab";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ iElectric offline ]; maintainers = [ domenkozar offline ];
}; };
nodes = { nodes = {

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "gnome3"; name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ iElectric eelco chaoflow lethalman ]; maintainers = [ domenkozar eelco chaoflow lethalman ];
}; };
machine = machine =

View file

@ -6,7 +6,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "jenkins"; name = "jenkins";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ bjornfor coconnor iElectric eelco chaoflow ]; maintainers = [ bjornfor coconnor domenkozar eelco chaoflow ];
}; };
nodes = { nodes = {

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ... }: { import ./make-test.nix ({ pkgs, ... }: {
name = "kde4"; name = "kde4";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ iElectric eelco chaoflow ]; maintainers = [ domenkozar eelco chaoflow ];
}; };
machine = machine =

View file

@ -4,7 +4,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "munin"; name = "munin";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ iElectric eelco chaoflow ]; maintainers = [ domenkozar eelco chaoflow ];
}; };
nodes = { nodes = {

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({pkgs, ... }: { import ./make-test.nix ({pkgs, ... }: {
name = "printing"; name = "printing";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ iElectric eelco chaoflow jgeerds ]; maintainers = [ domenkozar eelco chaoflow jgeerds ];
}; };
nodes = { nodes = {

View file

@ -22,7 +22,7 @@ in
rec { rec {
name = "quake3"; name = "quake3";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ iElectric eelco chaoflow ]; maintainers = [ domenkozar eelco chaoflow ];
}; };
# TODO: lcov doesn't work atm # TODO: lcov doesn't work atm

View file

@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
description = "An online/offline backup solution"; description = "An online/offline backup solution";
homepage = "http://www.crashplan.org"; homepage = "http://www.crashplan.org";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ sztupi iElectric ]; maintainers = with maintainers; [ sztupi domenkozar ];
}; };
buildInputs = [ makeWrapper cpio ]; buildInputs = [ makeWrapper cpio ];

View file

@ -75,7 +75,7 @@ index 0000000..a2f9918
+ +
+let b:current_syntax = "nix" +let b:current_syntax = "nix"
+ +
+" thanks to iElectric +" thanks to domenkozar
+" scan backwards to find begining of multiline statements +" scan backwards to find begining of multiline statements
+syn sync ccomment nixMultiLineComment minlines=10 maxlines=500 +syn sync ccomment nixMultiLineComment minlines=10 maxlines=500
+syn sync ccomment nixStringIndented minlines=10 maxlines=500 +syn sync ccomment nixStringIndented minlines=10 maxlines=500

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
description = "Popular photo organizer for the GNOME desktop"; description = "Popular photo organizer for the GNOME desktop";
homepage = https://wiki.gnome.org/Apps/Shotwell; homepage = https://wiki.gnome.org/Apps/Shotwell;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [iElectric]; maintainers = with maintainers; [domenkozar];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
description = "Comprehensive e-book software"; description = "Comprehensive e-book software";
homepage = http://calibre-ebook.com; homepage = http://calibre-ebook.com;
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3; license = with licenses; if unrarSupport then unfreeRedistributable else gpl3;
maintainers = with maintainers; [ viric iElectric pSub AndersonTorres ]; maintainers = with maintainers; [ viric domenkozar pSub AndersonTorres ];
platforms = platforms.linux; platforms = platforms.linux;
inherit version; inherit version;
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Lightweight and fast battery icon that sits in the system tray"; description = "Lightweight and fast battery icon that sits in the system tray";
homepage = https://github.com/valr/cbatticon; homepage = https://github.com/valr/cbatticon;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure # NOTE: 'unix' or even 'all' COULD work too, I'm not sure
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.domenkozar ];
}; };
} }

View file

@ -52,7 +52,7 @@ pythonPackages.buildPythonApplication rec {
description = "Open source document analysis and OCR system"; description = "Open source document analysis and OCR system";
license = licenses.asl20; license = licenses.asl20;
homepage = https://github.com/tmbdev/ocropy/; homepage = https://github.com/tmbdev/ocropy/;
maintainers = with maintainers; [ iElectric nckx viric ]; maintainers = with maintainers; [ domenkozar nckx viric ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "PostgreSQL administration GUI tool"; description = "PostgreSQL administration GUI tool";
homepage = http://www.pgadmin.org; homepage = http://www.pgadmin.org;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ iElectric wmertens ]; maintainers = with maintainers; [ domenkozar wmertens ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://www.getsync.com/; homepage = https://www.getsync.com/;
license = stdenv.lib.licenses.unfreeRedistributable; license = stdenv.lib.licenses.unfreeRedistributable;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iElectric thoughtpolice cwoac ]; maintainers = with stdenv.lib.maintainers; [ domenkozar thoughtpolice cwoac ];
}; };
} }

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
homepage = https://www.shrew.net/software; homepage = https://www.shrew.net/software;
description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems"; description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
license = licenses.sleepycat; license = licenses.sleepycat;
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Lightweight Tox client"; description = "Lightweight Tox client";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ iElectric jgeerds ]; maintainers = with maintainers; [ domenkozar jgeerds ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -29,6 +29,6 @@ pythonPackages.buildPythonApplication rec {
homepage = https://www.mailpile.is/; homepage = https://www.mailpile.is/;
license = [ licenses.asl20 licenses.agpl3 ]; license = [ licenses.asl20 licenses.agpl3 ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -56,6 +56,6 @@ stdenv.mkDerivation {
homepage = http://retroshare.sourceforge.net/; homepage = http://retroshare.sourceforge.net/;
#license = licenses.bsd2; #license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -49,6 +49,6 @@ stdenv.mkDerivation {
homepage = http://retroshare.sourceforge.net/; homepage = http://retroshare.sourceforge.net/;
#license = licenses.bsd2; #license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnucash.org/; homepage = http://www.gnucash.org/;
maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.gnu; platforms = stdenv.lib.platforms.gnu;
}; };
} }

View file

@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnucash.org/; homepage = http://www.gnucash.org/;
maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.gnu; platforms = stdenv.lib.platforms.gnu;
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://jonas.nitro.dk/tig/"; homepage = "http://jonas.nitro.dk/tig/";
description = "Text-mode interface for git"; description = "Text-mode interface for git";
maintainers = with maintainers; [ garbas bjornfor iElectric qknight ]; maintainers = with maintainers; [ garbas bjornfor domenkozar qknight ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -46,6 +46,6 @@ python3Packages.buildPythonApplication rec {
homepage = https://code.launchpad.net/kazam; homepage = https://code.launchpad.net/kazam;
#license = licenses.bsd2; #license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -121,6 +121,6 @@ in stdenv.mkDerivation rec {
description = "Media center"; description = "Media center";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ iElectric titanous edwtjo ]; maintainers = with maintainers; [ domenkozar titanous edwtjo ];
}; };
} }

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "A tool for creating GIF screencasts of a terminal, with key presses overlaid"; description = "A tool for creating GIF screencasts of a terminal, with key presses overlaid";
homepage = https://github.com/KeyboardFire/mkcast; homepage = https://github.com/KeyboardFire/mkcast;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ iElectric pSub ]; maintainers = with maintainers; [ domenkozar pSub ];
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "TV application for Linux with apps and tools such as a teletext browser"; description = "TV application for Linux with apps and tools such as a teletext browser";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
homepage = https://www.kraxel.org/blog/linux/xawtv/; homepage = https://www.kraxel.org/blog/linux/xawtv/;
maintainers = with stdenv.lib.maintainers; [ iElectric ]; maintainers = with stdenv.lib.maintainers; [ domenkozar ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A simple screen locker like slock"; description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/; homepage = http://i3wm.org/i3lock/;
maintainers = with maintainers; [ garbas malyn iElectric ]; maintainers = with maintainers; [ garbas malyn ];
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A simple screen locker like slock"; description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/; homepage = http://i3wm.org/i3lock/;
maintainers = with maintainers; [ garbas malyn iElectric ]; maintainers = with maintainers; [ garbas malyn domenkozar ];
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Projects/Vino; homepage = https://wiki.gnome.org/action/show/Projects/Vino;
description = "GNOME desktop sharing server"; description = "GNOME desktop sharing server";
maintainers = with maintainers; [ lethalman iElectric ]; maintainers = with maintainers; [ lethalman domenkozar ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Yelp/Tools; homepage = https://wiki.gnome.org/Apps/Yelp/Tools;
description = "Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation"; description = "Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation";
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Apps/Gitg; homepage = https://wiki.gnome.org/action/show/Apps/Gitg;
description = "GNOME GUI client to view git repositories"; description = "GNOME GUI client to view git repositories";
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -118,7 +118,7 @@ let
description = "Fast, compliant alternative implementation of the Python language (2.7.8)"; description = "Fast, compliant alternative implementation of the Python language (2.7.8)";
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };

View file

@ -119,7 +119,7 @@ let
''; '';
license = stdenv.lib.licenses.psfl; license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ]; maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ];
# If you want to use Python 2.6, remove "broken = true;" at your own # If you want to use Python 2.6, remove "broken = true;" at your own
# risk. Python 2.6 has known security vulnerabilities is not receiving # risk. Python 2.6 has known security vulnerabilities is not receiving
# security updates as of October 2013. # security updates as of October 2013.

View file

@ -173,7 +173,7 @@ let
''; '';
license = stdenv.lib.licenses.psfl; license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ]; maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ];
}; };
}; };

View file

@ -127,6 +127,6 @@ stdenv.mkDerivation {
''; '';
license = licenses.psfl; license = licenses.psfl;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ chaoflow iElectric cstrahan ]; maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
}; };
} }

View file

@ -127,6 +127,6 @@ stdenv.mkDerivation {
''; '';
license = licenses.psfl; license = licenses.psfl;
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ chaoflow iElectric cstrahan ]; maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
}; };
} }

View file

@ -164,7 +164,7 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled" "doCheck"] //
platforms = python.meta.platforms; platforms = python.meta.platforms;
} // meta // { } // meta // {
# add extra maintainer(s) to every package # add extra maintainer(s) to every package
maintainers = (meta.maintainers or []) ++ [ chaoflow iElectric ]; maintainers = (meta.maintainers or []) ++ [ chaoflow domenkozar ];
# a marker for release utilities to discover python packages # a marker for release utilities to discover python packages
isBuildPythonPackage = python.meta.platforms; isBuildPythonPackage = python.meta.platforms;
}; };

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://sslmate.com; homepage = https://sslmate.com;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
description = "Easy to buy, deploy, and manage your SSL certs"; description = "Easy to buy, deploy, and manage your SSL certs";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.mit; # X11 license = licenses.mit; # X11

View file

@ -48,6 +48,6 @@ stdenv.mkDerivation {
description = "next-generation RTS that takes the genre to a planetary scale"; description = "next-generation RTS that takes the genre to a planetary scale";
license = stdenv.lib.licenses.unfree; license = stdenv.lib.licenses.unfree;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = http://springrts.com/; homepage = http://springrts.com/;
description = "A powerful real-time strategy (RTS) game engine"; description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.iElectric ]; maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
repositories.git = git://github.com/springlobby/springlobby.git; repositories.git = git://github.com/springlobby/springlobby.git;
description = "Cross-platform lobby client for the Spring RTS project"; description = "Cross-platform lobby client for the Spring RTS project";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom qknight iElectric ]; maintainers = with maintainers; [ phreedom qknight domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
homepage = http://dpdk.org/; homepage = http://dpdk.org/;
license = with licenses; [ lgpl21 gpl2 bsd2 ]; license = with licenses; [ lgpl21 gpl2 bsd2 ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
homepage = https://fedoraproject.org/wiki/Features/numad; homepage = https://fedoraproject.org/wiki/Features/numad;
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "A kernel module to create V4L2 loopback devices"; description = "A kernel module to create V4L2 loopback devices";
homepage = https://github.com/umlaeute/v4l2loopback; homepage = https://github.com/umlaeute/v4l2loopback;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -127,7 +127,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://munin-monitoring.org/; homepage = http://munin-monitoring.org/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.iElectric maintainers.bjornfor ]; maintainers = [ maintainers.domenkozar maintainers.bjornfor ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Open source enterprise search platform from the Apache Lucene project"; description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.rickynils maintainers.iElectric ]; maintainers = [ maintainers.rickynils maintainers.domenkozar ];
}; };
} }

View file

@ -22,6 +22,6 @@ pythonPackages.buildPythonApplication rec {
homepage = http://christian.amsuess.com/tools/arandr/; homepage = http://christian.amsuess.com/tools/arandr/;
description = "A simple visual front end for XRandR"; description = "A simple visual front end for XRandR";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.domenkozar ];
}; };
} }

View file

@ -44,7 +44,7 @@ pythonPackages.buildPythonApplication rec {
homepage = src.meta.homepage; homepage = src.meta.homepage;
description = "ACME client that can obtain certs and extensibly update server configurations"; description = "ACME client that can obtain certs and extensibly update server configurations";
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A GTK+ front-end for command line archiving tools"; description = "A GTK+ front-end for command line archiving tools";
maintainers = [ stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "GTK+2 only frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)"; description = "GTK+2 only frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
homepage = http://sourceforge.net/projects/xarchiver/; homepage = http://sourceforge.net/projects/xarchiver/;
maintainers = [ stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View file

@ -199,7 +199,7 @@ in buildPythonApplication rec {
description = "Music tagger and library organizer"; description = "Music tagger and library organizer";
homepage = http://beets.radbox.org; homepage = http://beets.radbox.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ aszlig iElectric pjones profpatsch ]; maintainers = with maintainers; [ aszlig domenkozar pjones profpatsch ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = ""; description = "";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Enterprise ready, Network Backup Tool"; description = "Enterprise ready, Network Backup Tool";
homepage = http://bacula.org/; homepage = http://bacula.org/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ iElectric lovek323 ]; maintainers = with maintainers; [ domenkozar lovek323 ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = http://extundelete.sourceforge.net/; homepage = http://extundelete.sourceforge.net/;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -56,6 +56,6 @@ in
homepage = http://wiki.github.com/joelthelion/autojump; homepage = http://wiki.github.com/joelthelion/autojump;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.domenkozar ];
}; };
} }

View file

@ -20,7 +20,7 @@ buildPythonApplication rec {
''; '';
homepage = https://github.com/carlesso/i3minator; homepage = https://github.com/carlesso/i3minator;
license = stdenv.lib.licenses.wtfpl; license = stdenv.lib.licenses.wtfpl;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.lichteblau.com/ldapvi/; homepage = http://www.lichteblau.com/ldapvi/;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
unclutter -idle 1 & unclutter -idle 1 &
''; '';
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "Wireless encryption cracking tools"; description = "Wireless encryption cracking tools";
homepage = http://www.aircrack-ng.org/; homepage = http://www.aircrack-ng.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ iElectric viric garbas chaoflow nckx ]; maintainers = with maintainers; [ domenkozar viric garbas chaoflow nckx ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
homepage = http://www.datadoghq.com; homepage = http://www.datadoghq.com;
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice iElectric ]; maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];
}; };
} }

View file

@ -14,7 +14,7 @@ buildPythonApplication rec {
meta = { meta = {
description = "A program for retrieving mail"; description = "A program for retrieving mail";
maintainers = [ stdenv.lib.maintainers.raskin stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.raskin stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
homepage = "http://pyropus.ca/software/getmail/"; homepage = "http://pyropus.ca/software/getmail/";

View file

@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
homepage = http://projects.gnome.org/NetworkManager/; homepage = http://projects.gnome.org/NetworkManager/;
description = "Network configuration and management tool"; description = "Network configuration and management tool";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom urkud rickynils iElectric ]; maintainers = with maintainers; [ phreedom urkud rickynils domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
''; '';
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.lukego maintainers.iElectric ]; maintainers = [ maintainers.lukego maintainers.domenkozar ];
}; };
} }

View file

@ -14,6 +14,6 @@ pythonPackages.buildPythonApplication rec {
description = "Command line interface for testing internet bandwidth using speedtest.net"; description = "Command line interface for testing internet bandwidth using speedtest.net";
platforms = platforms.all; platforms = platforms.all;
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
}; };
} }

View file

@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ]; propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = [ maintainers.iElectric ]; maintainers = [ maintainers.domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://www.issihosts.com/haveged/; homepage = http://www.issihosts.com/haveged/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.iElectric ]; maintainers = [ stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://preyproject.com; homepage = http://preyproject.com;
description = "Proven tracking software that helps you find, lock and recover your devices when stolen or missing"; description = "Proven tracking software that helps you find, lock and recover your devices when stolen or missing";
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
license = licenses.gpl3; license = licenses.gpl3;
}; };
} }

View file

@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
target network (though it does require Python 2 at both ends). target network (though it does require Python 2 at both ends).
Works with Linux and Mac OS and supports DNS tunneling. Works with Linux and Mac OS and supports DNS tunneling.
''; '';
maintainers = with maintainers; [ iElectric nckx ]; maintainers = with maintainers; [ domenkozar nckx ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A tool to copy data from a damaged block device"; description = "A tool to copy data from a damaged block device";
maintainers = with maintainers; [ raskin iElectric ]; maintainers = with maintainers; [ raskin domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/"; downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
inherit version; inherit version;

View file

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ iElectric fpletz ]; maintainers = with maintainers; [ domenkozar fpletz ];
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
homepage = http://thinkfan.sourceforge.net/; homepage = http://thinkfan.sourceforge.net/;
maintainers = with stdenv.lib.maintainers; [ iElectric nckx ]; maintainers = with stdenv.lib.maintainers; [ domenkozar nckx ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://www.poedit.net/; homepage = http://www.poedit.net/;
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Command-line interface to various pastebins"; description = "Command-line interface to various pastebins";
homepage = http://wgetpaste.zlin.dk/; homepage = http://wgetpaste.zlin.dk/;
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
maintainers = with stdenv.lib.maintainers; [ qknight iElectric ]; maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -671,7 +671,7 @@ in modules // {
''; '';
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -1740,7 +1740,7 @@ in modules // {
homepage = http://crummy.com/software/BeautifulSoup/bs4/; homepage = http://crummy.com/software/BeautifulSoup/bs4/;
description = "HTML and XML parser"; description = "HTML and XML parser";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}); });
@ -1757,7 +1757,7 @@ in modules // {
homepage = http://crummy.com/software/BeautifulSoup/bs4/; homepage = http://crummy.com/software/BeautifulSoup/bs4/;
description = "HTML and XML parser"; description = "HTML and XML parser";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
disabled = isPy3k; disabled = isPy3k;
@ -1791,7 +1791,7 @@ in modules // {
meta = { meta = {
description = "A Session and Caching library with WSGI Middleware"; description = "A Session and Caching library with WSGI Middleware";
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -2509,7 +2509,7 @@ in modules // {
meta = { meta = {
description = "UNKNOWN"; description = "UNKNOWN";
homepage = "UNKNOWN"; homepage = "UNKNOWN";
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -3558,7 +3558,7 @@ in modules // {
propagatedBuildInputs = with self; [ self.translationstring self.iso8601 ]; propagatedBuildInputs = with self; [ self.translationstring self.iso8601 ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -3853,7 +3853,7 @@ in modules // {
doCheck = false; doCheck = false;
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -4230,7 +4230,7 @@ in modules // {
doCheck = false; doCheck = false;
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -4245,7 +4245,7 @@ in modules // {
buildInputs = with self; [ pycparser mock pytest py ] ++ optionals (!isPyPy) [ cffi ]; buildInputs = with self; [ pycparser mock pytest py ] ++ optionals (!isPyPy) [ cffi ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
description = "Modern password hashing for your software and your servers"; description = "Modern password hashing for your software and your servers";
license = licenses.asl20; license = licenses.asl20;
homepage = https://github.com/pyca/bcrypt/; homepage = https://github.com/pyca/bcrypt/;
@ -4268,7 +4268,7 @@ in modules // {
''; '';
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
homepage = https://cffi.readthedocs.org/; homepage = https://cffi.readthedocs.org/;
license = with licenses; [ mit ]; license = with licenses; [ mit ];
description = "Foreign Function Interface for Python calling C code"; description = "Foreign Function Interface for Python calling C code";
@ -4334,7 +4334,7 @@ in modules // {
description = "C parser in Python"; description = "C parser in Python";
homepage = https://github.com/eliben/pycparser; homepage = https://github.com/eliben/pycparser;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -4358,7 +4358,7 @@ in modules // {
self.selenium; self.selenium;
meta = { meta = {
maintainers = with maintainers; [ iElectric lovek323 madjar ]; maintainers = with maintainers; [ domenkozar lovek323 madjar ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
}; };
@ -5120,7 +5120,7 @@ in modules // {
]; ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -5147,7 +5147,7 @@ in modules // {
]; ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -5170,7 +5170,7 @@ in modules // {
''; '';
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -7259,7 +7259,7 @@ in modules // {
}; };
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -7530,7 +7530,7 @@ in modules // {
]; ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
@ -7552,7 +7552,7 @@ in modules // {
propagatedBuildInputs = with self; [ beaker pyramid ]; propagatedBuildInputs = with self; [ beaker pyramid ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all; platforms = platforms.all;
broken = true; broken = true;
}; };
@ -7575,7 +7575,7 @@ in modules // {
]; ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -7593,7 +7593,7 @@ in modules // {
propagatedBuildInputs = with self; [ jinja2 pyramid ]; propagatedBuildInputs = with self; [ jinja2 pyramid ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -7636,7 +7636,7 @@ in modules // {
propagatedBuildInputs = with self; [ pyramid ]; propagatedBuildInputs = with self; [ pyramid ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -7652,7 +7652,7 @@ in modules // {
propagatedBuildInputs = with self; [ transaction pyramid ]; propagatedBuildInputs = with self; [ transaction pyramid ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric matejc ]; maintainers = with maintainers; [ garbas domenkozar matejc ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -7751,7 +7751,7 @@ in modules // {
doCheck = false; doCheck = false;
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -7873,7 +7873,7 @@ in modules // {
buildInputs = with self; [ zope_interface zodb ]; buildInputs = with self; [ zope_interface zodb ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -7889,7 +7889,7 @@ in modules // {
buildInputs = with self; [ zope_interface zope_location zope_schema ]; buildInputs = with self; [ zope_interface zope_location zope_schema ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -7919,7 +7919,7 @@ in modules // {
buildInputs = with self; [ nose mock ]; buildInputs = with self; [ nose mock ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
description = "A simple statsd client"; description = "A simple statsd client";
license = licenses.mit; license = licenses.mit;
homepage = https://github.com/jsocol/pystatsd; homepage = https://github.com/jsocol/pystatsd;
@ -7990,7 +7990,7 @@ in modules // {
propagatedBuildInputs = with self; [ pyramid zodb zodburi ZEO ]; propagatedBuildInputs = with self; [ pyramid zodb zodburi ZEO ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -8007,7 +8007,7 @@ in modules // {
propagatedBuildInputs = with self; [ repoze_sendmail ]; propagatedBuildInputs = with self; [ repoze_sendmail ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -8044,7 +8044,7 @@ in modules // {
buildInputs = with self; [ transaction ]; buildInputs = with self; [ transaction ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -8060,7 +8060,7 @@ in modules // {
buildInputs = with self; [ zodb mock ZEO ]; buildInputs = with self; [ zodb mock ZEO ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -8129,7 +8129,7 @@ in modules // {
]; ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -8178,7 +8178,7 @@ in modules // {
}; };
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -8196,7 +8196,7 @@ in modules // {
propagatedBuildInputs = with self; [ zope_interface sphinx ]; propagatedBuildInputs = with self; [ zope_interface sphinx ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -8306,7 +8306,7 @@ in modules // {
buildInputs = with self; [ zope_testing ]; buildInputs = with self; [ zope_testing ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -8340,7 +8340,7 @@ in modules // {
doCheck = false; doCheck = false;
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -8360,7 +8360,7 @@ in modules // {
doCheck = false; doCheck = false;
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -8423,7 +8423,7 @@ in modules // {
homepage = http://deluge-torrent.org; homepage = http://deluge-torrent.org;
description = "Torrent client"; description = "Torrent client";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ iElectric ebzzry ]; maintainers = with maintainers; [ domenkozar ebzzry ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -8443,7 +8443,7 @@ in modules // {
homepage = http://freedesktop.org/wiki/Software/pyxdg; homepage = http://freedesktop.org/wiki/Software/pyxdg;
description = "Contains implementations of freedesktop.org standards"; description = "Contains implementations of freedesktop.org standards";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -8459,7 +8459,7 @@ in modules // {
homepage = https://github.com/chardet/chardet; homepage = https://github.com/chardet/chardet;
description = "Universal encoding detector"; description = "Universal encoding detector";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -9307,7 +9307,7 @@ in modules // {
homepage = http://code.google.com/p/feedparser/; homepage = http://code.google.com/p/feedparser/;
description = "Universal feed parser"; description = "Universal feed parser";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}); });
@ -9677,7 +9677,7 @@ in modules // {
homepage = http://flexget.com/; homepage = http://flexget.com/;
description = "Multipurpose automation tool for content like torrents"; description = "Multipurpose automation tool for content like torrents";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -9730,7 +9730,7 @@ in modules // {
homepage = https://github.com/ckreutzer/python-tvrage; homepage = https://github.com/ckreutzer/python-tvrage;
description = "Client interface for tvrage.com's XML-based api feeds"; description = "Client interface for tvrage.com's XML-based api feeds";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}); });
@ -9813,7 +9813,7 @@ in modules // {
homepage = https://github.com/Julian/jsonschema; homepage = https://github.com/Julian/jsonschema;
description = "An implementation of JSON Schema validation for Python"; description = "An implementation of JSON Schema validation for Python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}); });
@ -10680,7 +10680,7 @@ in modules // {
major web browsers. major web browsers.
''; '';
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ iElectric prikhi ]; maintainers = with maintainers; [ domenkozar prikhi ];
}; };
}); });
@ -12060,7 +12060,7 @@ in modules // {
description = "Super-fast templating language"; description = "Super-fast templating language";
homepage = http://www.makotemplates.org; homepage = http://www.makotemplates.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -12078,7 +12078,7 @@ in modules // {
description = "Implements a XML/HTML/XHTML Markup safe string"; description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = http://dev.pocoo.org; homepage = http://dev.pocoo.org;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ iElectric garbas ]; maintainers = with maintainers; [ domenkozar garbas ];
}; };
}; };
@ -12723,7 +12723,7 @@ in modules // {
(optionals isPy26 [ importlib ordereddict ]); (optionals isPy26 [ importlib ordereddict ]);
meta = { meta = {
homepage = https://github.com/iElectric/mr.bob.git; homepage = https://github.com/domenkozar/mr.bob.git;
description = "A tool to generate code skeletons from templates"; description = "A tool to generate code skeletons from templates";
}; };
}; };
@ -12786,7 +12786,7 @@ in modules // {
homepage = http://bmc.github.com/munkres/; homepage = http://bmc.github.com/munkres/;
description = "Munkres algorithm for the Assignment Problem"; description = "Munkres algorithm for the Assignment Problem";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -12807,7 +12807,7 @@ in modules // {
homepage = http://alastair/python-musicbrainz-ngs; homepage = http://alastair/python-musicbrainz-ngs;
description = "Python bindings for musicbrainz NGS webservice"; description = "Python bindings for musicbrainz NGS webservice";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -13046,7 +13046,7 @@ in modules // {
}; };
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}; };
@ -16013,7 +16013,7 @@ in modules // {
propagatedBuildInputs = with self; [ pytz ]; propagatedBuildInputs = with self; [ pytz ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
}; };
@ -18056,7 +18056,7 @@ in modules // {
homepage = http://www.dalkescientific.om/Python/PyRSS2Gen.html; homepage = http://www.dalkescientific.om/Python/PyRSS2Gen.html;
description = "Library for generating RSS 2.0 feeds"; description = "Library for generating RSS 2.0 feeds";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}); });
@ -18186,7 +18186,7 @@ in modules // {
homepage = http://github.com/ericflo/pynzb; homepage = http://github.com/ericflo/pynzb;
description = "Unified API for parsing NZB files"; description = "Unified API for parsing NZB files";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}); });
@ -18205,7 +18205,7 @@ in modules // {
homepage = http://code.google.com/p/python-progressbar/; homepage = http://code.google.com/p/python-progressbar/;
description = "Text progressbar library for python"; description = "Text progressbar library for python";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}); });
@ -18953,7 +18953,7 @@ in modules // {
disabled = isPy3k; disabled = isPy3k;
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -20429,7 +20429,7 @@ in modules // {
description = "Yet another simple static gallery generator"; description = "Yet another simple static gallery generator";
homepage = http://sigal.saimon.org/en/latest/index.html; homepage = http://sigal.saimon.org/en/latest/index.html;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -20842,7 +20842,7 @@ in modules // {
buildInputs = with self; [ pillow nose_progressive nose mock blessings ]; buildInputs = with self; [ pillow nose_progressive nose mock blessings ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -20865,7 +20865,7 @@ in modules // {
propagatedBuildInputs = with self; [ pillow blessings args ]; propagatedBuildInputs = with self; [ pillow blessings args ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -20885,7 +20885,7 @@ in modules // {
buildInputs = with self; [ pytest py mock pkgs.glibcLocales ]; buildInputs = with self; [ pytest py mock pkgs.glibcLocales ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -20904,7 +20904,7 @@ in modules // {
doCheck = !isPy3k; doCheck = !isPy3k;
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -20922,7 +20922,7 @@ in modules // {
propagatedBuildInputs = with self; [ modules.curses ]; propagatedBuildInputs = with self; [ modules.curses ];
meta = { meta = {
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };
@ -23010,7 +23010,7 @@ in modules // {
doCheck = false; doCheck = false;
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -23284,7 +23284,7 @@ in modules // {
propagatedBuildInputs = with self; [ six webob ]; propagatedBuildInputs = with self; [ six webob ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
}; };
}; };
@ -24051,7 +24051,7 @@ in modules // {
propagatedBuildInputs = with self; [ sqlalchemy transaction ]; propagatedBuildInputs = with self; [ sqlalchemy transaction ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -24432,7 +24432,7 @@ in modules // {
propagatedBuildInputs = with self; [ pep8 ]; propagatedBuildInputs = with self; [ pep8 ];
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -24468,7 +24468,7 @@ in modules // {
}; };
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -24551,7 +24551,7 @@ in modules // {
doCheck = false; doCheck = false;
meta = { meta = {
maintainers = with maintainers; [ garbas iElectric ]; maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all; platforms = platforms.all;
}; };
}; };
@ -24646,7 +24646,7 @@ in modules // {
homepage = http://pypi.python.org/pypi/Unidecode/; homepage = http://pypi.python.org/pypi/Unidecode/;
description = "ASCII transliterations of Unicode text"; description = "ASCII transliterations of Unicode text";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ iElectric ]; maintainers = with maintainers; [ domenkozar ];
}; };
}; };