rename iElectric to domenkozar to match GitHub

Changed files
+145 -145
lib
nixos
pkgs
applications
backup
crashplan
editors
graphics
shotwell
misc
calibre
cbatticon
dunst
ocropus
pgadmin
networking
bittorrentsync
ike
instant-messengers
mailreaders
mailpile
p2p
retroshare
office
version-management
git-and-tools
video
window-managers
desktops
gnome-3
3.18
core
vino
yelp-tools
misc
development
interpreters
python-modules
generic
tools
sslmate
games
planetaryannihilation
spring
os-specific
linux
dpdk
numad
v4l2loopback
servers
monitoring
munin
search
tools
X11
arandr
admin
letsencrypt
archivers
xarchive
xarchiver
audio
beets
pa-applet
backup
bacula
filesystems
extundelete
misc
autojump
i3minator
ldapvi
unclutter
networking
aircrack-ng
dd-agent
getmail
network-manager
snabb
speedtest-cli
package-management
python2nix
security
haveged
prey
sshuttle
system
dd_rescue
ddrescue
thinkfan
text
poedit
wgetpaste
top-level
+1 -1
lib/maintainers.nix
···
hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
iand675 = "Ian Duncan <ian@iankduncan.com>";
ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>";
-
iElectric = "Domen Kozar <domen@dev.si>";
igsha = "Igor Sharonov <igor.sharonov@gmail.com>";
ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>";
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";
···
hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
iand675 = "Ian Duncan <ian@iankduncan.com>";
ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>";
+
domenkozar = "Domen Kozar <domen@dev.si>";
igsha = "Igor Sharonov <igor.sharonov@gmail.com>";
ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>";
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";
+1 -1
nixos/tests/bittorrent.nix
···
{
name = "bittorrent";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ iElectric eelco chaoflow rob wkennington ];
};
nodes =
···
{
name = "bittorrent";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ domenkozar eelco chaoflow rob wkennington ];
};
nodes =
+1 -1
nixos/tests/gitlab.nix
···
import ./make-test.nix ({ pkgs, ...} : {
name = "gitlab";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ iElectric offline ];
};
nodes = {
···
import ./make-test.nix ({ pkgs, ...} : {
name = "gitlab";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ domenkozar offline ];
};
nodes = {
+1 -1
nixos/tests/gnome3.nix
···
import ./make-test.nix ({ pkgs, ...} : {
name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ iElectric eelco chaoflow lethalman ];
};
machine =
···
import ./make-test.nix ({ pkgs, ...} : {
name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ domenkozar eelco chaoflow lethalman ];
};
machine =
+1 -1
nixos/tests/jenkins.nix
···
import ./make-test.nix ({ pkgs, ...} : {
name = "jenkins";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ bjornfor coconnor iElectric eelco chaoflow ];
};
nodes = {
···
import ./make-test.nix ({ pkgs, ...} : {
name = "jenkins";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ bjornfor coconnor domenkozar eelco chaoflow ];
};
nodes = {
+1 -1
nixos/tests/kde4.nix
···
import ./make-test.nix ({ pkgs, ... }: {
name = "kde4";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ iElectric eelco chaoflow ];
};
machine =
···
import ./make-test.nix ({ pkgs, ... }: {
name = "kde4";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ domenkozar eelco chaoflow ];
};
machine =
+1 -1
nixos/tests/munin.nix
···
import ./make-test.nix ({ pkgs, ...} : {
name = "munin";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ iElectric eelco chaoflow ];
};
nodes = {
···
import ./make-test.nix ({ pkgs, ...} : {
name = "munin";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ domenkozar eelco chaoflow ];
};
nodes = {
+1 -1
nixos/tests/printing.nix
···
import ./make-test.nix ({pkgs, ... }: {
name = "printing";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ iElectric eelco chaoflow jgeerds ];
};
nodes = {
···
import ./make-test.nix ({pkgs, ... }: {
name = "printing";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ domenkozar eelco chaoflow jgeerds ];
};
nodes = {
+1 -1
nixos/tests/quake3.nix
···
rec {
name = "quake3";
meta = with pkgs.stdenv.lib.maintainers; {
-
maintainers = [ iElectric eelco chaoflow ];
};
# TODO: lcov doesn't work atm
···
rec {
name = "quake3";
meta = with pkgs.stdenv.lib.maintainers; {
+
maintainers = [ domenkozar eelco chaoflow ];
};
# TODO: lcov doesn't work atm
+1 -1
pkgs/applications/backup/crashplan/default.nix
···
description = "An online/offline backup solution";
homepage = "http://www.crashplan.org";
license = licenses.unfree;
-
maintainers = with maintainers; [ sztupi iElectric ];
};
buildInputs = [ makeWrapper cpio ];
···
description = "An online/offline backup solution";
homepage = "http://www.crashplan.org";
license = licenses.unfree;
+
maintainers = with maintainers; [ sztupi domenkozar ];
};
buildInputs = [ makeWrapper cpio ];
+1 -1
pkgs/applications/editors/vim/ft-nix-support.patch
···
+
+let b:current_syntax = "nix"
+
-
+" thanks to iElectric
+" scan backwards to find begining of multiline statements
+syn sync ccomment nixMultiLineComment minlines=10 maxlines=500
+syn sync ccomment nixStringIndented minlines=10 maxlines=500
···
+
+let b:current_syntax = "nix"
+
+
+" thanks to domenkozar
+" scan backwards to find begining of multiline statements
+syn sync ccomment nixMultiLineComment minlines=10 maxlines=500
+syn sync ccomment nixStringIndented minlines=10 maxlines=500
+1 -1
pkgs/applications/graphics/shotwell/default.nix
···
description = "Popular photo organizer for the GNOME desktop";
homepage = https://wiki.gnome.org/Apps/Shotwell;
license = licenses.lgpl21Plus;
-
maintainers = with maintainers; [iElectric];
platforms = platforms.linux;
};
}
···
description = "Popular photo organizer for the GNOME desktop";
homepage = https://wiki.gnome.org/Apps/Shotwell;
license = licenses.lgpl21Plus;
+
maintainers = with maintainers; [domenkozar];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/misc/calibre/default.nix
···
description = "Comprehensive e-book software";
homepage = http://calibre-ebook.com;
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3;
-
maintainers = with maintainers; [ viric iElectric pSub AndersonTorres ];
platforms = platforms.linux;
inherit version;
};
···
description = "Comprehensive e-book software";
homepage = http://calibre-ebook.com;
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3;
+
maintainers = with maintainers; [ viric domenkozar pSub AndersonTorres ];
platforms = platforms.linux;
inherit version;
};
+1 -1
pkgs/applications/misc/cbatticon/default.nix
···
description = "Lightweight and fast battery icon that sits in the system tray";
homepage = https://github.com/valr/cbatticon;
license = licenses.gpl2;
-
maintainers = [ maintainers.iElectric ];
platforms = platforms.linux;
};
}
···
description = "Lightweight and fast battery icon that sits in the system tray";
homepage = https://github.com/valr/cbatticon;
license = licenses.gpl2;
+
maintainers = [ maintainers.domenkozar ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/misc/dunst/default.nix
···
license = stdenv.lib.licenses.bsd3;
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure
platforms = stdenv.lib.platforms.linux;
-
maintainers = [ stdenv.lib.maintainers.iElectric ];
};
}
···
license = stdenv.lib.licenses.bsd3;
# NOTE: 'unix' or even 'all' COULD work too, I'm not sure
platforms = stdenv.lib.platforms.linux;
+
maintainers = [ stdenv.lib.maintainers.domenkozar ];
};
}
+1 -1
pkgs/applications/misc/ocropus/default.nix
···
description = "Open source document analysis and OCR system";
license = licenses.asl20;
homepage = https://github.com/tmbdev/ocropy/;
-
maintainers = with maintainers; [ iElectric nckx viric ];
platforms = platforms.linux;
};
}
···
description = "Open source document analysis and OCR system";
license = licenses.asl20;
homepage = https://github.com/tmbdev/ocropy/;
+
maintainers = with maintainers; [ domenkozar nckx viric ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/misc/pgadmin/default.nix
···
description = "PostgreSQL administration GUI tool";
homepage = http://www.pgadmin.org;
license = licenses.gpl2;
-
maintainers = with maintainers; [ iElectric wmertens ];
platforms = platforms.unix;
};
}
···
description = "PostgreSQL administration GUI tool";
homepage = http://www.pgadmin.org;
license = licenses.gpl2;
+
maintainers = with maintainers; [ domenkozar wmertens ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/applications/networking/bittorrentsync/generic.nix
···
homepage = https://www.getsync.com/;
license = stdenv.lib.licenses.unfreeRedistributable;
platforms = stdenv.lib.platforms.linux;
-
maintainers = with stdenv.lib.maintainers; [ iElectric thoughtpolice cwoac ];
};
}
···
homepage = https://www.getsync.com/;
license = stdenv.lib.licenses.unfreeRedistributable;
platforms = stdenv.lib.platforms.linux;
+
maintainers = with stdenv.lib.maintainers; [ domenkozar thoughtpolice cwoac ];
};
}
+1 -1
pkgs/applications/networking/ike/default.nix
···
homepage = https://www.shrew.net/software;
description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
platforms = platforms.unix;
-
maintainers = [ maintainers.iElectric ];
license = licenses.sleepycat;
};
}
···
homepage = https://www.shrew.net/software;
description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
platforms = platforms.unix;
+
maintainers = [ maintainers.domenkozar ];
license = licenses.sleepycat;
};
}
+1 -1
pkgs/applications/networking/instant-messengers/utox/default.nix
···
meta = with stdenv.lib; {
description = "Lightweight Tox client";
license = licenses.gpl3;
-
maintainers = with maintainers; [ iElectric jgeerds ];
platforms = platforms.all;
};
}
···
meta = with stdenv.lib; {
description = "Lightweight Tox client";
license = licenses.gpl3;
+
maintainers = with maintainers; [ domenkozar jgeerds ];
platforms = platforms.all;
};
}
+1 -1
pkgs/applications/networking/mailreaders/mailpile/default.nix
···
homepage = https://www.mailpile.is/;
license = [ licenses.asl20 licenses.agpl3 ];
platforms = platforms.linux;
-
maintainers = [ maintainers.iElectric ];
};
}
···
homepage = https://www.mailpile.is/;
license = [ licenses.asl20 licenses.agpl3 ];
platforms = platforms.linux;
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/applications/networking/p2p/retroshare/0.6.nix
···
homepage = http://retroshare.sourceforge.net/;
#license = licenses.bsd2;
platforms = platforms.linux;
-
maintainers = [ maintainers.iElectric ];
};
}
···
homepage = http://retroshare.sourceforge.net/;
#license = licenses.bsd2;
platforms = platforms.linux;
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/applications/networking/p2p/retroshare/default.nix
···
homepage = http://retroshare.sourceforge.net/;
#license = licenses.bsd2;
platforms = platforms.linux;
-
maintainers = [ maintainers.iElectric ];
};
}
···
homepage = http://retroshare.sourceforge.net/;
#license = licenses.bsd2;
platforms = platforms.linux;
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/applications/office/gnucash/2.6.nix
···
homepage = http://www.gnucash.org/;
-
maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.iElectric ];
platforms = stdenv.lib.platforms.gnu;
};
}
···
homepage = http://www.gnucash.org/;
+
maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.gnu;
};
}
+1 -1
pkgs/applications/office/gnucash/default.nix
···
homepage = http://www.gnucash.org/;
-
maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.iElectric ];
platforms = stdenv.lib.platforms.gnu;
};
}
···
homepage = http://www.gnucash.org/;
+
maintainers = [ stdenv.lib.maintainers.peti stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.gnu;
};
}
+1 -1
pkgs/applications/version-management/git-and-tools/tig/default.nix
···
meta = with stdenv.lib; {
homepage = "http://jonas.nitro.dk/tig/";
description = "Text-mode interface for git";
-
maintainers = with maintainers; [ garbas bjornfor iElectric qknight ];
license = licenses.gpl2;
platforms = platforms.unix;
};
···
meta = with stdenv.lib; {
homepage = "http://jonas.nitro.dk/tig/";
description = "Text-mode interface for git";
+
maintainers = with maintainers; [ garbas bjornfor domenkozar qknight ];
license = licenses.gpl2;
platforms = platforms.unix;
};
+1 -1
pkgs/applications/video/kazam/default.nix
···
homepage = https://code.launchpad.net/kazam;
#license = licenses.bsd2;
platforms = platforms.linux;
-
maintainers = [ maintainers.iElectric ];
};
}
···
homepage = https://code.launchpad.net/kazam;
#license = licenses.bsd2;
platforms = platforms.linux;
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/applications/video/kodi/default.nix
···
description = "Media center";
license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux;
-
maintainers = with maintainers; [ iElectric titanous edwtjo ];
};
}
···
description = "Media center";
license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux;
+
maintainers = with maintainers; [ domenkozar titanous edwtjo ];
};
}
+1 -1
pkgs/applications/video/mkcast/default.nix
···
description = "A tool for creating GIF screencasts of a terminal, with key presses overlaid";
homepage = https://github.com/KeyboardFire/mkcast;
platforms = platforms.linux;
-
maintainers = with maintainers; [ iElectric pSub ];
};
}
···
description = "A tool for creating GIF screencasts of a terminal, with key presses overlaid";
homepage = https://github.com/KeyboardFire/mkcast;
platforms = platforms.linux;
+
maintainers = with maintainers; [ domenkozar pSub ];
};
}
+1 -1
pkgs/applications/video/xawtv/default.nix
···
description = "TV application for Linux with apps and tools such as a teletext browser";
license = stdenv.lib.licenses.gpl2;
homepage = https://www.kraxel.org/blog/linux/xawtv/;
-
maintainers = with stdenv.lib.maintainers; [ iElectric ];
platforms = stdenv.lib.platforms.linux;
};
···
description = "TV application for Linux with apps and tools such as a teletext browser";
license = stdenv.lib.licenses.gpl2;
homepage = https://www.kraxel.org/blog/linux/xawtv/;
+
maintainers = with stdenv.lib.maintainers; [ domenkozar ];
platforms = stdenv.lib.platforms.linux;
};
+1 -1
pkgs/applications/window-managers/i3/lock-color.nix
···
meta = with stdenv.lib; {
description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/;
-
maintainers = with maintainers; [ garbas malyn iElectric ];
license = licenses.bsd3;
platforms = platforms.all;
};
···
meta = with stdenv.lib; {
description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/;
+
maintainers = with maintainers; [ garbas malyn ];
license = licenses.bsd3;
platforms = platforms.all;
};
+1 -1
pkgs/applications/window-managers/i3/lock.nix
···
meta = with stdenv.lib; {
description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/;
-
maintainers = with maintainers; [ garbas malyn iElectric ];
license = licenses.bsd3;
platforms = platforms.all;
};
···
meta = with stdenv.lib; {
description = "A simple screen locker like slock";
homepage = http://i3wm.org/i3lock/;
+
maintainers = with maintainers; [ garbas malyn domenkozar ];
license = licenses.bsd3;
platforms = platforms.all;
};
+1 -1
pkgs/desktops/gnome-3/3.18/core/vino/default.nix
···
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Projects/Vino;
description = "GNOME desktop sharing server";
-
maintainers = with maintainers; [ lethalman iElectric ];
license = licenses.gpl2;
platforms = platforms.linux;
};
···
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Projects/Vino;
description = "GNOME desktop sharing server";
+
maintainers = with maintainers; [ lethalman domenkozar ];
license = licenses.gpl2;
platforms = platforms.linux;
};
+1 -1
pkgs/desktops/gnome-3/3.18/core/yelp-tools/default.nix
···
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Yelp/Tools;
description = "Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation";
-
maintainers = with maintainers; [ iElectric ];
license = licenses.gpl2;
platforms = platforms.linux;
};
···
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Yelp/Tools;
description = "Small programs that help you create, edit, manage, and publish your Mallard or DocBook documentation";
+
maintainers = with maintainers; [ domenkozar ];
license = licenses.gpl2;
platforms = platforms.linux;
};
+1 -1
pkgs/desktops/gnome-3/3.18/misc/gitg/default.nix
···
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Apps/Gitg;
description = "GNOME GUI client to view git repositories";
-
maintainers = with maintainers; [ iElectric ];
license = licenses.gpl2;
platforms = platforms.linux;
};
···
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Apps/Gitg;
description = "GNOME GUI client to view git repositories";
+
maintainers = with maintainers; [ domenkozar ];
license = licenses.gpl2;
platforms = platforms.linux;
};
+1 -1
pkgs/development/interpreters/pypy/default.nix
···
description = "Fast, compliant alternative implementation of the Python language (2.7.8)";
license = licenses.mit;
platforms = platforms.linux;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
description = "Fast, compliant alternative implementation of the Python language (2.7.8)";
license = licenses.mit;
platforms = platforms.linux;
+
maintainers = with maintainers; [ domenkozar ];
};
};
+1 -1
pkgs/development/interpreters/python/2.6/default.nix
···
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
-
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ];
# 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
# security updates as of October 2013.
···
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
+
maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ];
# 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
# security updates as of October 2013.
+1 -1
pkgs/development/interpreters/python/2.7/default.nix
···
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
-
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ];
};
};
···
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
+
maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ];
};
};
+1 -1
pkgs/development/interpreters/python/3.4/default.nix
···
'';
license = licenses.psfl;
platforms = with platforms; linux ++ darwin;
-
maintainers = with maintainers; [ chaoflow iElectric cstrahan ];
};
}
···
'';
license = licenses.psfl;
platforms = with platforms; linux ++ darwin;
+
maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
};
}
+1 -1
pkgs/development/interpreters/python/3.5/default.nix
···
'';
license = licenses.psfl;
platforms = with platforms; linux ++ darwin;
-
maintainers = with maintainers; [ chaoflow iElectric cstrahan ];
};
}
···
'';
license = licenses.psfl;
platforms = with platforms; linux ++ darwin;
+
maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
};
}
+1 -1
pkgs/development/python-modules/generic/default.nix
···
platforms = python.meta.platforms;
} // meta // {
# add extra maintainer(s) to every package
-
maintainers = (meta.maintainers or []) ++ [ chaoflow iElectric ];
# a marker for release utilities to discover python packages
isBuildPythonPackage = python.meta.platforms;
};
···
platforms = python.meta.platforms;
} // meta // {
# add extra maintainer(s) to every package
+
maintainers = (meta.maintainers or []) ++ [ chaoflow domenkozar ];
# a marker for release utilities to discover python packages
isBuildPythonPackage = python.meta.platforms;
};
+1 -1
pkgs/development/tools/sslmate/default.nix
···
meta = with stdenv.lib; {
homepage = https://sslmate.com;
-
maintainers = [ maintainers.iElectric ];
description = "Easy to buy, deploy, and manage your SSL certs";
platforms = platforms.unix;
license = licenses.mit; # X11
···
meta = with stdenv.lib; {
homepage = https://sslmate.com;
+
maintainers = [ maintainers.domenkozar ];
description = "Easy to buy, deploy, and manage your SSL certs";
platforms = platforms.unix;
license = licenses.mit; # X11
+1 -1
pkgs/games/planetaryannihilation/default.nix
···
description = "next-generation RTS that takes the genre to a planetary scale";
license = stdenv.lib.licenses.unfree;
platforms = platforms.linux;
-
maintainers = [ maintainers.iElectric ];
};
}
···
description = "next-generation RTS that takes the genre to a planetary scale";
license = stdenv.lib.licenses.unfree;
platforms = platforms.linux;
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/games/spring/default.nix
···
homepage = http://springrts.com/;
description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2;
-
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.iElectric ];
platforms = platforms.linux;
};
}
···
homepage = http://springrts.com/;
description = "A powerful real-time strategy (RTS) game engine";
license = licenses.gpl2;
+
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/games/spring/springlobby.nix
···
repositories.git = git://github.com/springlobby/springlobby.git;
description = "Cross-platform lobby client for the Spring RTS project";
license = licenses.gpl2;
-
maintainers = with maintainers; [ phreedom qknight iElectric ];
platforms = platforms.linux;
};
}
···
repositories.git = git://github.com/springlobby/springlobby.git;
description = "Cross-platform lobby client for the Spring RTS project";
license = licenses.gpl2;
+
maintainers = with maintainers; [ phreedom qknight domenkozar ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/os-specific/linux/dpdk/default.nix
···
homepage = http://dpdk.org/;
license = with licenses; [ lgpl21 gpl2 bsd2 ];
platforms = [ "x86_64-linux" ];
-
maintainers = [ maintainers.iElectric ];
};
}
···
homepage = http://dpdk.org/;
license = with licenses; [ lgpl21 gpl2 bsd2 ];
platforms = [ "x86_64-linux" ];
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/os-specific/linux/numad/default.nix
···
homepage = https://fedoraproject.org/wiki/Features/numad;
license = licenses.lgpl21;
platforms = platforms.linux;
-
maintainers = with maintainers; [ iElectric ];
};
}
···
homepage = https://fedoraproject.org/wiki/Features/numad;
license = licenses.lgpl21;
platforms = platforms.linux;
+
maintainers = with maintainers; [ domenkozar ];
};
}
+1 -1
pkgs/os-specific/linux/v4l2loopback/default.nix
···
description = "A kernel module to create V4L2 loopback devices";
homepage = https://github.com/umlaeute/v4l2loopback;
license = licenses.gpl2;
-
maintainers = [ maintainers.iElectric ];
platforms = platforms.linux;
};
}
···
description = "A kernel module to create V4L2 loopback devices";
homepage = https://github.com/umlaeute/v4l2loopback;
license = licenses.gpl2;
+
maintainers = [ maintainers.domenkozar ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/servers/monitoring/munin/default.nix
···
'';
homepage = http://munin-monitoring.org/;
license = licenses.gpl2;
-
maintainers = [ maintainers.iElectric maintainers.bjornfor ];
platforms = platforms.linux;
};
}
···
'';
homepage = http://munin-monitoring.org/;
license = licenses.gpl2;
+
maintainers = [ maintainers.domenkozar maintainers.bjornfor ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/servers/search/solr/default.nix
···
description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20;
platforms = platforms.all;
-
maintainers = [ maintainers.rickynils maintainers.iElectric ];
};
}
···
description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20;
platforms = platforms.all;
+
maintainers = [ maintainers.rickynils maintainers.domenkozar ];
};
}
+1 -1
pkgs/tools/X11/arandr/default.nix
···
homepage = http://christian.amsuess.com/tools/arandr/;
description = "A simple visual front end for XRandR";
license = stdenv.lib.licenses.gpl3;
-
maintainers = [ stdenv.lib.maintainers.iElectric ];
};
}
···
homepage = http://christian.amsuess.com/tools/arandr/;
description = "A simple visual front end for XRandR";
license = stdenv.lib.licenses.gpl3;
+
maintainers = [ stdenv.lib.maintainers.domenkozar ];
};
}
+1 -1
pkgs/tools/admin/letsencrypt/default.nix
···
homepage = src.meta.homepage;
description = "ACME client that can obtain certs and extensibly update server configurations";
platforms = platforms.unix;
-
maintainers = [ maintainers.iElectric ];
license = licenses.asl20;
};
}
···
homepage = src.meta.homepage;
description = "ACME client that can obtain certs and extensibly update server configurations";
platforms = platforms.unix;
+
maintainers = [ maintainers.domenkozar ];
license = licenses.asl20;
};
}
+1 -1
pkgs/tools/archivers/xarchive/default.nix
···
meta = {
description = "A GTK+ front-end for command line archiving tools";
-
maintainers = [ stdenv.lib.maintainers.iElectric ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
···
meta = {
description = "A GTK+ front-end for command line archiving tools";
+
maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
+1 -1
pkgs/tools/archivers/xarchiver/default.nix
···
meta = {
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/;
-
maintainers = [ stdenv.lib.maintainers.iElectric ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
···
meta = {
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/;
+
maintainers = [ stdenv.lib.maintainers.domenkozar ];
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
};
+1 -1
pkgs/tools/audio/beets/default.nix
···
description = "Music tagger and library organizer";
homepage = http://beets.radbox.org;
license = licenses.mit;
-
maintainers = with maintainers; [ aszlig iElectric pjones profpatsch ];
platforms = platforms.linux;
};
}
···
description = "Music tagger and library organizer";
homepage = http://beets.radbox.org;
license = licenses.mit;
+
maintainers = with maintainers; [ aszlig domenkozar pjones profpatsch ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/audio/pa-applet/default.nix
···
meta = with stdenv.lib; {
description = "";
license = licenses.gpl2;
-
maintainers = with maintainers; [ iElectric ];
platforms = platforms.linux;
};
}
···
meta = with stdenv.lib; {
description = "";
license = licenses.gpl2;
+
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/backup/bacula/default.nix
···
description = "Enterprise ready, Network Backup Tool";
homepage = http://bacula.org/;
license = licenses.gpl2;
-
maintainers = with maintainers; [ iElectric lovek323 ];
platforms = platforms.all;
};
}
···
description = "Enterprise ready, Network Backup Tool";
homepage = http://bacula.org/;
license = licenses.gpl2;
+
maintainers = with maintainers; [ domenkozar lovek323 ];
platforms = platforms.all;
};
}
+1 -1
pkgs/tools/filesystems/extundelete/default.nix
···
homepage = http://extundelete.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
-
maintainers = [ maintainers.iElectric ];
};
}
···
homepage = http://extundelete.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/tools/misc/autojump/default.nix
···
homepage = http://wiki.github.com/joelthelion/autojump;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
-
maintainers = [ stdenv.lib.maintainers.iElectric ];
};
}
···
homepage = http://wiki.github.com/joelthelion/autojump;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
+
maintainers = [ stdenv.lib.maintainers.domenkozar ];
};
}
+1 -1
pkgs/tools/misc/i3minator/default.nix
···
'';
homepage = https://github.com/carlesso/i3minator;
license = stdenv.lib.licenses.wtfpl;
-
maintainers = with maintainers; [ iElectric ];
platforms = stdenv.lib.platforms.linux;
};
···
'';
homepage = https://github.com/carlesso/i3minator;
license = stdenv.lib.licenses.wtfpl;
+
maintainers = with maintainers; [ domenkozar ];
platforms = stdenv.lib.platforms.linux;
};
+1 -1
pkgs/tools/misc/ldapvi/default.nix
···
'';
homepage = http://www.lichteblau.com/ldapvi/;
license = licenses.gpl2;
-
maintainers = with maintainers; [ iElectric ];
platforms = stdenv.lib.platforms.linux;
};
}
···
'';
homepage = http://www.lichteblau.com/ldapvi/;
license = licenses.gpl2;
+
maintainers = with maintainers; [ domenkozar ];
platforms = stdenv.lib.platforms.linux;
};
}
+1 -1
pkgs/tools/misc/unclutter/default.nix
···
unclutter -idle 1 &
'';
-
maintainers = with maintainers; [ iElectric ];
platforms = platforms.unix;
};
}
···
unclutter -idle 1 &
'';
+
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/tools/networking/aircrack-ng/default.nix
···
description = "Wireless encryption cracking tools";
homepage = http://www.aircrack-ng.org/;
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ iElectric viric garbas chaoflow nckx ];
platforms = platforms.linux;
};
}
···
description = "Wireless encryption cracking tools";
homepage = http://www.aircrack-ng.org/;
license = licenses.gpl2Plus;
+
maintainers = with maintainers; [ domenkozar viric garbas chaoflow nckx ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/networking/dd-agent/default.nix
···
homepage = http://www.datadoghq.com;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
-
maintainers = with stdenv.lib.maintainers; [ thoughtpolice iElectric ];
};
}
···
homepage = http://www.datadoghq.com;
license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all;
+
maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];
};
}
+1 -1
pkgs/tools/networking/getmail/default.nix
···
meta = {
description = "A program for retrieving mail";
-
maintainers = [ stdenv.lib.maintainers.raskin stdenv.lib.maintainers.iElectric ];
platforms = stdenv.lib.platforms.linux;
homepage = "http://pyropus.ca/software/getmail/";
···
meta = {
description = "A program for retrieving mail";
+
maintainers = [ stdenv.lib.maintainers.raskin stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.linux;
homepage = "http://pyropus.ca/software/getmail/";
+1 -1
pkgs/tools/networking/network-manager/default.nix
···
homepage = http://projects.gnome.org/NetworkManager/;
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ phreedom urkud rickynils iElectric ];
platforms = platforms.linux;
};
}
···
homepage = http://projects.gnome.org/NetworkManager/;
description = "Network configuration and management tool";
license = licenses.gpl2Plus;
+
maintainers = with maintainers; [ phreedom urkud rickynils domenkozar ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/networking/snabb/default.nix
···
'';
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
-
maintainers = [ maintainers.lukego maintainers.iElectric ];
};
}
···
'';
platforms = [ "x86_64-linux" ];
license = licenses.asl20;
+
maintainers = [ maintainers.lukego maintainers.domenkozar ];
};
}
+1 -1
pkgs/tools/networking/speedtest-cli/default.nix
···
description = "Command line interface for testing internet bandwidth using speedtest.net";
platforms = platforms.all;
license = licenses.asl20;
-
maintainers = [ maintainers.iElectric ];
};
}
···
description = "Command line interface for testing internet bandwidth using speedtest.net";
platforms = platforms.all;
license = licenses.asl20;
+
maintainers = [ maintainers.domenkozar ];
};
}
+1 -1
pkgs/tools/package-management/python2nix/default.nix
···
propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ];
meta = with stdenv.lib; {
-
maintainers = [ maintainers.iElectric ];
platforms = platforms.all;
};
}
···
propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ];
meta = with stdenv.lib; {
+
maintainers = [ maintainers.domenkozar ];
platforms = platforms.all;
};
}
+1 -1
pkgs/tools/security/haveged/default.nix
···
'';
homepage = http://www.issihosts.com/haveged/;
license = stdenv.lib.licenses.gpl3;
-
maintainers = [ stdenv.lib.maintainers.iElectric ];
platforms = stdenv.lib.platforms.unix;
};
}
···
'';
homepage = http://www.issihosts.com/haveged/;
license = stdenv.lib.licenses.gpl3;
+
maintainers = [ stdenv.lib.maintainers.domenkozar ];
platforms = stdenv.lib.platforms.unix;
};
}
+1 -1
pkgs/tools/security/prey/default.nix
···
meta = with stdenv.lib; {
homepage = http://preyproject.com;
description = "Proven tracking software that helps you find, lock and recover your devices when stolen or missing";
-
maintainers = with maintainers; [ iElectric ];
license = licenses.gpl3;
};
}
···
meta = with stdenv.lib; {
homepage = http://preyproject.com;
description = "Proven tracking software that helps you find, lock and recover your devices when stolen or missing";
+
maintainers = with maintainers; [ domenkozar ];
license = licenses.gpl3;
};
}
+1 -1
pkgs/tools/security/sshuttle/default.nix
···
target network (though it does require Python 2 at both ends).
Works with Linux and Mac OS and supports DNS tunneling.
'';
-
maintainers = with maintainers; [ iElectric nckx ];
platforms = platforms.unix;
};
}
···
target network (though it does require Python 2 at both ends).
Works with Linux and Mac OS and supports DNS tunneling.
'';
+
maintainers = with maintainers; [ domenkozar nckx ];
platforms = platforms.unix;
};
}
+1 -1
pkgs/tools/system/dd_rescue/default.nix
···
meta = with stdenv.lib; {
description = "A tool to copy data from a damaged block device";
-
maintainers = with maintainers; [ raskin iElectric ];
platforms = platforms.linux;
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
inherit version;
···
meta = with stdenv.lib; {
description = "A tool to copy data from a damaged block device";
+
maintainers = with maintainers; [ raskin domenkozar ];
platforms = platforms.linux;
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
inherit version;
+1 -1
pkgs/tools/system/ddrescue/default.nix
···
license = licenses.gpl3Plus;
platforms = platforms.all;
-
maintainers = with maintainers; [ iElectric fpletz ];
};
}
···
license = licenses.gpl3Plus;
platforms = platforms.all;
+
maintainers = with maintainers; [ domenkozar fpletz ];
};
}
+1 -1
pkgs/tools/system/thinkfan/default.nix
···
meta = {
license = stdenv.lib.licenses.gpl3;
homepage = http://thinkfan.sourceforge.net/;
-
maintainers = with stdenv.lib.maintainers; [ iElectric nckx ];
platforms = stdenv.lib.platforms.linux;
};
}
···
meta = {
license = stdenv.lib.licenses.gpl3;
homepage = http://thinkfan.sourceforge.net/;
+
maintainers = with stdenv.lib.maintainers; [ domenkozar nckx ];
platforms = stdenv.lib.platforms.linux;
};
}
+1 -1
pkgs/tools/text/poedit/default.nix
···
homepage = http://www.poedit.net/;
license = licenses.mit;
platforms = platforms.unix;
-
maintainers = with maintainers; [ iElectric ];
};
}
···
homepage = http://www.poedit.net/;
license = licenses.mit;
platforms = platforms.unix;
+
maintainers = with maintainers; [ domenkozar ];
};
}
+1 -1
pkgs/tools/text/wgetpaste/default.nix
···
description = "Command-line interface to various pastebins";
homepage = http://wgetpaste.zlin.dk/;
license = stdenv.lib.licenses.publicDomain;
-
maintainers = with stdenv.lib.maintainers; [ qknight iElectric ];
platforms = stdenv.lib.platforms.all;
};
}
···
description = "Command-line interface to various pastebins";
homepage = http://wgetpaste.zlin.dk/;
license = stdenv.lib.licenses.publicDomain;
+
maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
platforms = stdenv.lib.platforms.all;
};
}
+68 -68
pkgs/top-level/python-packages.nix
···
'';
meta = {
-
maintainers = with maintainers; [ iElectric ];
platforms = platforms.all;
};
};
···
homepage = http://crummy.com/software/BeautifulSoup/bs4/;
description = "HTML and XML parser";
license = licenses.mit;
-
maintainers = with maintainers; [ iElectric ];
};
});
···
homepage = http://crummy.com/software/BeautifulSoup/bs4/;
description = "HTML and XML parser";
license = licenses.mit;
-
maintainers = with maintainers; [ iElectric ];
};
disabled = isPy3k;
···
meta = {
description = "A Session and Caching library with WSGI Middleware";
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
meta = {
description = "UNKNOWN";
homepage = "UNKNOWN";
-
maintainers = with maintainers; [ iElectric ];
};
};
···
propagatedBuildInputs = with self; [ self.translationstring self.iso8601 ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
doCheck = false;
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ pycparser mock pytest py ] ++ optionals (!isPyPy) [ cffi ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
description = "Modern password hashing for your software and your servers";
license = licenses.asl20;
homepage = https://github.com/pyca/bcrypt/;
···
'';
meta = {
-
maintainers = with maintainers; [ iElectric ];
homepage = https://cffi.readthedocs.org/;
license = with licenses; [ mit ];
description = "Foreign Function Interface for Python calling C code";
···
description = "C parser in Python";
homepage = https://github.com/eliben/pycparser;
license = licenses.bsd3;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
self.selenium;
meta = {
-
maintainers = with maintainers; [ iElectric lovek323 madjar ];
platforms = platforms.unix;
};
};
···
];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
'';
meta = {
-
maintainers = with maintainers; [ iElectric ];
platforms = platforms.all;
};
};
···
};
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
···
propagatedBuildInputs = with self; [ beaker pyramid ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
platforms = platforms.all;
broken = true;
};
···
];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
propagatedBuildInputs = with self; [ jinja2 pyramid ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ pyramid ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ transaction pyramid ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric matejc ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ zope_interface zodb ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ zope_interface zope_location zope_schema ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ nose mock ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
description = "A simple statsd client";
license = licenses.mit;
homepage = https://github.com/jsocol/pystatsd;
···
propagatedBuildInputs = with self; [ pyramid zodb zodburi ZEO ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
propagatedBuildInputs = with self; [ repoze_sendmail ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ transaction ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ zodb mock ZEO ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
};
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ zope_interface sphinx ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
platforms = platforms.all;
};
};
···
buildInputs = with self; [ zope_testing ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
homepage = http://deluge-torrent.org;
description = "Torrent client";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ iElectric ebzzry ];
platforms = platforms.all;
};
};
···
homepage = http://freedesktop.org/wiki/Software/pyxdg;
description = "Contains implementations of freedesktop.org standards";
license = licenses.lgpl2;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
homepage = https://github.com/chardet/chardet;
description = "Universal encoding detector";
license = licenses.lgpl2;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
homepage = http://code.google.com/p/feedparser/;
description = "Universal feed parser";
license = licenses.bsd2;
-
maintainers = with maintainers; [ iElectric ];
};
});
···
homepage = http://flexget.com/;
description = "Multipurpose automation tool for content like torrents";
license = licenses.mit;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
homepage = https://github.com/ckreutzer/python-tvrage;
description = "Client interface for tvrage.com's XML-based api feeds";
license = licenses.bsd3;
-
maintainers = with maintainers; [ iElectric ];
};
});
···
homepage = https://github.com/Julian/jsonschema;
description = "An implementation of JSON Schema validation for Python";
license = licenses.mit;
-
maintainers = with maintainers; [ iElectric ];
};
});
···
major web browsers.
'';
license = licenses.mit;
-
maintainers = with maintainers; [ iElectric prikhi ];
};
});
···
description = "Super-fast templating language";
homepage = http://www.makotemplates.org;
license = licenses.mit;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = http://dev.pocoo.org;
license = licenses.bsd3;
-
maintainers = with maintainers; [ iElectric garbas ];
};
};
···
(optionals isPy26 [ importlib ordereddict ]);
meta = {
-
homepage = https://github.com/iElectric/mr.bob.git;
description = "A tool to generate code skeletons from templates";
};
};
···
homepage = http://bmc.github.com/munkres/;
description = "Munkres algorithm for the Assignment Problem";
license = licenses.bsd3;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
homepage = http://alastair/python-musicbrainz-ngs;
description = "Python bindings for musicbrainz NGS webservice";
license = licenses.bsd2;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
};
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.linux;
};
};
···
propagatedBuildInputs = with self; [ pytz ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.linux;
};
};
···
homepage = http://www.dalkescientific.om/Python/PyRSS2Gen.html;
description = "Library for generating RSS 2.0 feeds";
license = licenses.bsd2;
-
maintainers = with maintainers; [ iElectric ];
};
});
···
homepage = http://github.com/ericflo/pynzb;
description = "Unified API for parsing NZB files";
license = licenses.bsd3;
-
maintainers = with maintainers; [ iElectric ];
};
});
···
homepage = http://code.google.com/p/python-progressbar/;
description = "Text progressbar library for python";
license = licenses.lgpl3Plus;
-
maintainers = with maintainers; [ iElectric ];
};
});
···
disabled = isPy3k;
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
description = "Yet another simple static gallery generator";
homepage = http://sigal.saimon.org/en/latest/index.html;
license = licenses.mit;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ pillow nose_progressive nose mock blessings ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
propagatedBuildInputs = with self; [ pillow blessings args ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
buildInputs = with self; [ pytest py mock pkgs.glibcLocales ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
doCheck = !isPy3k;
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
propagatedBuildInputs = with self; [ modules.curses ];
meta = {
-
maintainers = with maintainers; [ iElectric ];
};
};
···
doCheck = false;
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ six webob ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
};
};
···
propagatedBuildInputs = with self; [ sqlalchemy transaction ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ pep8 ];
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
};
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
-
maintainers = with maintainers; [ garbas iElectric ];
platforms = platforms.all;
};
};
···
homepage = http://pypi.python.org/pypi/Unidecode/;
description = "ASCII transliterations of Unicode text";
license = licenses.gpl2;
-
maintainers = with maintainers; [ iElectric ];
};
};
···
'';
meta = {
+
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all;
};
};
···
homepage = http://crummy.com/software/BeautifulSoup/bs4/;
description = "HTML and XML parser";
license = licenses.mit;
+
maintainers = with maintainers; [ domenkozar ];
};
});
···
homepage = http://crummy.com/software/BeautifulSoup/bs4/;
description = "HTML and XML parser";
license = licenses.mit;
+
maintainers = with maintainers; [ domenkozar ];
};
disabled = isPy3k;
···
meta = {
description = "A Session and Caching library with WSGI Middleware";
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
meta = {
description = "UNKNOWN";
homepage = "UNKNOWN";
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
propagatedBuildInputs = with self; [ self.translationstring self.iso8601 ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
doCheck = false;
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ pycparser mock pytest py ] ++ optionals (!isPyPy) [ cffi ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
description = "Modern password hashing for your software and your servers";
license = licenses.asl20;
homepage = https://github.com/pyca/bcrypt/;
···
'';
meta = {
+
maintainers = with maintainers; [ domenkozar ];
homepage = https://cffi.readthedocs.org/;
license = with licenses; [ mit ];
description = "Foreign Function Interface for Python calling C code";
···
description = "C parser in Python";
homepage = https://github.com/eliben/pycparser;
license = licenses.bsd3;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
self.selenium;
meta = {
+
maintainers = with maintainers; [ domenkozar lovek323 madjar ];
platforms = platforms.unix;
};
};
···
];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
'';
meta = {
+
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all;
};
};
···
};
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
···
propagatedBuildInputs = with self; [ beaker pyramid ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all;
broken = true;
};
···
];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
propagatedBuildInputs = with self; [ jinja2 pyramid ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ pyramid ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ transaction pyramid ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar matejc ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ zope_interface zodb ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ zope_interface zope_location zope_schema ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ nose mock ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
description = "A simple statsd client";
license = licenses.mit;
homepage = https://github.com/jsocol/pystatsd;
···
propagatedBuildInputs = with self; [ pyramid zodb zodburi ZEO ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
propagatedBuildInputs = with self; [ repoze_sendmail ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ transaction ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ zodb mock ZEO ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
};
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ zope_interface sphinx ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all;
};
};
···
buildInputs = with self; [ zope_testing ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
homepage = http://deluge-torrent.org;
description = "Torrent client";
license = licenses.gpl3Plus;
+
maintainers = with maintainers; [ domenkozar ebzzry ];
platforms = platforms.all;
};
};
···
homepage = http://freedesktop.org/wiki/Software/pyxdg;
description = "Contains implementations of freedesktop.org standards";
license = licenses.lgpl2;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
homepage = https://github.com/chardet/chardet;
description = "Universal encoding detector";
license = licenses.lgpl2;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
homepage = http://code.google.com/p/feedparser/;
description = "Universal feed parser";
license = licenses.bsd2;
+
maintainers = with maintainers; [ domenkozar ];
};
});
···
homepage = http://flexget.com/;
description = "Multipurpose automation tool for content like torrents";
license = licenses.mit;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
homepage = https://github.com/ckreutzer/python-tvrage;
description = "Client interface for tvrage.com's XML-based api feeds";
license = licenses.bsd3;
+
maintainers = with maintainers; [ domenkozar ];
};
});
···
homepage = https://github.com/Julian/jsonschema;
description = "An implementation of JSON Schema validation for Python";
license = licenses.mit;
+
maintainers = with maintainers; [ domenkozar ];
};
});
···
major web browsers.
'';
license = licenses.mit;
+
maintainers = with maintainers; [ domenkozar prikhi ];
};
});
···
description = "Super-fast templating language";
homepage = http://www.makotemplates.org;
license = licenses.mit;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = http://dev.pocoo.org;
license = licenses.bsd3;
+
maintainers = with maintainers; [ domenkozar garbas ];
};
};
···
(optionals isPy26 [ importlib ordereddict ]);
meta = {
+
homepage = https://github.com/domenkozar/mr.bob.git;
description = "A tool to generate code skeletons from templates";
};
};
···
homepage = http://bmc.github.com/munkres/;
description = "Munkres algorithm for the Assignment Problem";
license = licenses.bsd3;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
homepage = http://alastair/python-musicbrainz-ngs;
description = "Python bindings for musicbrainz NGS webservice";
license = licenses.bsd2;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
};
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.linux;
};
};
···
propagatedBuildInputs = with self; [ pytz ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.linux;
};
};
···
homepage = http://www.dalkescientific.om/Python/PyRSS2Gen.html;
description = "Library for generating RSS 2.0 feeds";
license = licenses.bsd2;
+
maintainers = with maintainers; [ domenkozar ];
};
});
···
homepage = http://github.com/ericflo/pynzb;
description = "Unified API for parsing NZB files";
license = licenses.bsd3;
+
maintainers = with maintainers; [ domenkozar ];
};
});
···
homepage = http://code.google.com/p/python-progressbar/;
description = "Text progressbar library for python";
license = licenses.lgpl3Plus;
+
maintainers = with maintainers; [ domenkozar ];
};
});
···
disabled = isPy3k;
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
description = "Yet another simple static gallery generator";
homepage = http://sigal.saimon.org/en/latest/index.html;
license = licenses.mit;
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ pillow nose_progressive nose mock blessings ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
propagatedBuildInputs = with self; [ pillow blessings args ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
buildInputs = with self; [ pytest py mock pkgs.glibcLocales ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
doCheck = !isPy3k;
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
propagatedBuildInputs = with self; [ modules.curses ];
meta = {
+
maintainers = with maintainers; [ domenkozar ];
};
};
···
doCheck = false;
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ six webob ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
};
};
···
propagatedBuildInputs = with self; [ sqlalchemy transaction ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
propagatedBuildInputs = with self; [ pep8 ];
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
};
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
doCheck = false;
meta = {
+
maintainers = with maintainers; [ garbas domenkozar ];
platforms = platforms.all;
};
};
···
homepage = http://pypi.python.org/pypi/Unidecode/;
description = "ASCII transliterations of Unicode text";
license = licenses.gpl2;
+
maintainers = with maintainers; [ domenkozar ];
};
};