forked from mirrors/nixpkgs
rename iElectric to domenkozar to match GitHub
This commit is contained in:
parent
af364c0f77
commit
b49bf121b8
|
@ -160,7 +160,7 @@
|
|||
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>";
|
||||
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>";
|
||||
|
|
|
@ -25,7 +25,7 @@ in
|
|||
{
|
||||
name = "bittorrent";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ iElectric eelco chaoflow rob wkennington ];
|
||||
maintainers = [ domenkozar eelco chaoflow rob wkennington ];
|
||||
};
|
||||
|
||||
nodes =
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import ./make-test.nix ({ pkgs, ...} : {
|
||||
name = "gitlab";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ iElectric offline ];
|
||||
maintainers = [ domenkozar offline ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import ./make-test.nix ({ pkgs, ...} : {
|
||||
name = "gnome3";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ iElectric eelco chaoflow lethalman ];
|
||||
maintainers = [ domenkozar eelco chaoflow lethalman ];
|
||||
};
|
||||
|
||||
machine =
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
import ./make-test.nix ({ pkgs, ...} : {
|
||||
name = "jenkins";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ bjornfor coconnor iElectric eelco chaoflow ];
|
||||
maintainers = [ bjornfor coconnor domenkozar eelco chaoflow ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import ./make-test.nix ({ pkgs, ... }: {
|
||||
name = "kde4";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ iElectric eelco chaoflow ];
|
||||
maintainers = [ domenkozar eelco chaoflow ];
|
||||
};
|
||||
|
||||
machine =
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
import ./make-test.nix ({ pkgs, ...} : {
|
||||
name = "munin";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ iElectric eelco chaoflow ];
|
||||
maintainers = [ domenkozar eelco chaoflow ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
import ./make-test.nix ({pkgs, ... }: {
|
||||
name = "printing";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ iElectric eelco chaoflow jgeerds ];
|
||||
maintainers = [ domenkozar eelco chaoflow jgeerds ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
@ -22,7 +22,7 @@ in
|
|||
rec {
|
||||
name = "quake3";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ iElectric eelco chaoflow ];
|
||||
maintainers = [ domenkozar eelco chaoflow ];
|
||||
};
|
||||
|
||||
# TODO: lcov doesn't work atm
|
||||
|
|
|
@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
|
|||
description = "An online/offline backup solution";
|
||||
homepage = "http://www.crashplan.org";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ sztupi iElectric ];
|
||||
maintainers = with maintainers; [ sztupi domenkozar ];
|
||||
};
|
||||
|
||||
buildInputs = [ makeWrapper cpio ];
|
||||
|
|
|
@ -75,7 +75,7 @@ index 0000000..a2f9918
|
|||
+
|
||||
+let b:current_syntax = "nix"
|
||||
+
|
||||
+" thanks to iElectric
|
||||
+" 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
|
||||
|
|
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Popular photo organizer for the GNOME desktop";
|
||||
homepage = https://wiki.gnome.org/Apps/Shotwell;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [iElectric];
|
||||
maintainers = with maintainers; [domenkozar];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ viric domenkozar pSub AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
inherit version;
|
||||
};
|
||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Lightweight and fast battery icon that sits in the system tray";
|
||||
homepage = https://github.com/valr/cbatticon;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = [ stdenv.lib.maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -52,7 +52,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
description = "Open source document analysis and OCR system";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/tmbdev/ocropy/;
|
||||
maintainers = with maintainers; [ iElectric nckx viric ];
|
||||
maintainers = with maintainers; [ domenkozar nckx viric ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
description = "PostgreSQL administration GUI tool";
|
||||
homepage = http://www.pgadmin.org;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ iElectric wmertens ];
|
||||
maintainers = with maintainers; [ domenkozar wmertens ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://www.getsync.com/;
|
||||
license = stdenv.lib.licenses.unfreeRedistributable;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ iElectric thoughtpolice cwoac ];
|
||||
maintainers = with stdenv.lib.maintainers; [ domenkozar thoughtpolice cwoac ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://www.shrew.net/software;
|
||||
description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
license = licenses.sleepycat;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Lightweight Tox client";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ iElectric jgeerds ];
|
||||
maintainers = with maintainers; [ domenkozar jgeerds ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,6 +29,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
homepage = https://www.mailpile.is/;
|
||||
license = [ licenses.asl20 licenses.agpl3 ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -56,6 +56,6 @@ stdenv.mkDerivation {
|
|||
homepage = http://retroshare.sourceforge.net/;
|
||||
#license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -49,6 +49,6 @@ stdenv.mkDerivation {
|
|||
homepage = http://retroshare.sourceforge.net/;
|
||||
#license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = "http://jonas.nitro.dk/tig/";
|
||||
description = "Text-mode interface for git";
|
||||
maintainers = with maintainers; [ garbas bjornfor iElectric qknight ];
|
||||
maintainers = with maintainers; [ garbas bjornfor domenkozar qknight ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
|
@ -46,6 +46,6 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = https://code.launchpad.net/kazam;
|
||||
#license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -121,6 +121,6 @@ in stdenv.mkDerivation rec {
|
|||
description = "Media center";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ iElectric titanous edwtjo ];
|
||||
maintainers = with maintainers; [ domenkozar titanous edwtjo ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ domenkozar pSub ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = with stdenv.lib.maintainers; [ domenkozar ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "A simple screen locker like slock";
|
||||
homepage = http://i3wm.org/i3lock/;
|
||||
maintainers = with maintainers; [ garbas malyn iElectric ];
|
||||
maintainers = with maintainers; [ garbas malyn ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "A simple screen locker like slock";
|
||||
homepage = http://i3wm.org/i3lock/;
|
||||
maintainers = with maintainers; [ garbas malyn iElectric ];
|
||||
maintainers = with maintainers; [ garbas malyn domenkozar ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
homepage = https://wiki.gnome.org/action/show/Projects/Vino;
|
||||
description = "GNOME desktop sharing server";
|
||||
maintainers = with maintainers; [ lethalman iElectric ];
|
||||
maintainers = with maintainers; [ lethalman domenkozar ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
|
@ -118,7 +118,7 @@ let
|
|||
description = "Fast, compliant alternative implementation of the Python language (2.7.8)";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ let
|
|||
'';
|
||||
license = stdenv.lib.licenses.psfl;
|
||||
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
|
||||
# risk. Python 2.6 has known security vulnerabilities is not receiving
|
||||
# security updates as of October 2013.
|
||||
|
|
|
@ -173,7 +173,7 @@ let
|
|||
'';
|
||||
license = stdenv.lib.licenses.psfl;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ chaoflow iElectric ];
|
||||
maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -127,6 +127,6 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
license = licenses.psfl;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = with maintainers; [ chaoflow iElectric cstrahan ];
|
||||
maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -127,6 +127,6 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
license = licenses.psfl;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = with maintainers; [ chaoflow iElectric cstrahan ];
|
||||
maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -164,7 +164,7 @@ python.stdenv.mkDerivation (builtins.removeAttrs attrs ["disabled" "doCheck"] //
|
|||
platforms = python.meta.platforms;
|
||||
} // meta // {
|
||||
# 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
|
||||
isBuildPythonPackage = python.meta.platforms;
|
||||
};
|
||||
|
|
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://sslmate.com;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
description = "Easy to buy, deploy, and manage your SSL certs";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.mit; # X11
|
||||
|
|
|
@ -48,6 +48,6 @@ stdenv.mkDerivation {
|
|||
description = "next-generation RTS that takes the genre to a planetary scale";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://springrts.com/;
|
||||
description = "A powerful real-time strategy (RTS) game engine";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.iElectric ];
|
||||
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ phreedom qknight domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://dpdk.org/;
|
||||
license = with licenses; [ lgpl21 gpl2 bsd2 ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://fedoraproject.org/wiki/Features/numad;
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
description = "A kernel module to create V4L2 loopback devices";
|
||||
homepage = https://github.com/umlaeute/v4l2loopback;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -127,7 +127,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = http://munin-monitoring.org/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.iElectric maintainers.bjornfor ];
|
||||
maintainers = [ maintainers.domenkozar maintainers.bjornfor ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Open source enterprise search platform from the Apache Lucene project";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.rickynils maintainers.iElectric ];
|
||||
maintainers = [ maintainers.rickynils maintainers.domenkozar ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -22,6 +22,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
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 ];
|
||||
maintainers = [ stdenv.lib.maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
homepage = src.meta.homepage;
|
||||
description = "ACME client that can obtain certs and extensibly update server configurations";
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
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;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
|
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = [ stdenv.lib.maintainers.domenkozar ];
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
|
|
@ -199,7 +199,7 @@ in buildPythonApplication rec {
|
|||
description = "Music tagger and library organizer";
|
||||
homepage = http://beets.radbox.org;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ aszlig iElectric pjones profpatsch ];
|
||||
maintainers = with maintainers; [ aszlig domenkozar pjones profpatsch ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Enterprise ready, Network Backup Tool";
|
||||
homepage = http://bacula.org/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ iElectric lovek323 ];
|
||||
maintainers = with maintainers; [ domenkozar lovek323 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://extundelete.sourceforge.net/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -56,6 +56,6 @@ in
|
|||
homepage = http://wiki.github.com/joelthelion/autojump;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||
maintainers = [ stdenv.lib.maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ buildPythonApplication rec {
|
|||
'';
|
||||
homepage = https://github.com/carlesso/i3minator;
|
||||
license = stdenv.lib.licenses.wtfpl;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = http://www.lichteblau.com/ldapvi/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
|||
|
||||
unclutter -idle 1 &
|
||||
'';
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Wireless encryption cracking tools";
|
||||
homepage = http://www.aircrack-ng.org/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ iElectric viric garbas chaoflow nckx ];
|
||||
maintainers = with maintainers; [ domenkozar viric garbas chaoflow nckx ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.datadoghq.com;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice iElectric ];
|
||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ buildPythonApplication rec {
|
|||
|
||||
meta = {
|
||||
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;
|
||||
|
||||
homepage = "http://pyropus.ca/software/getmail/";
|
||||
|
|
|
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://projects.gnome.org/NetworkManager/;
|
||||
description = "Network configuration and management tool";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ phreedom urkud rickynils iElectric ];
|
||||
maintainers = with maintainers; [ phreedom urkud rickynils domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.lukego maintainers.iElectric ];
|
||||
maintainers = [ maintainers.lukego maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -14,6 +14,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
description = "Command line interface for testing internet bandwidth using speedtest.net";
|
||||
platforms = platforms.all;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
propagatedBuildInputs = with pythonPackages; [ requests pip setuptools ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
maintainers = [ maintainers.domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = http://www.issihosts.com/haveged/;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||
maintainers = [ stdenv.lib.maintainers.domenkozar ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ domenkozar nckx ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool to copy data from a damaged block device";
|
||||
maintainers = with maintainers; [ raskin iElectric ];
|
||||
maintainers = with maintainers; [ raskin domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
|
||||
inherit version;
|
||||
|
|
|
@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Plus;
|
||||
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ iElectric fpletz ];
|
||||
maintainers = with maintainers; [ domenkozar fpletz ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
homepage = http://thinkfan.sourceforge.net/;
|
||||
maintainers = with stdenv.lib.maintainers; [ iElectric nckx ];
|
||||
maintainers = with stdenv.lib.maintainers; [ domenkozar nckx ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.poedit.net/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Command-line interface to various pastebins";
|
||||
homepage = http://wgetpaste.zlin.dk/;
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
maintainers = with stdenv.lib.maintainers; [ qknight iElectric ];
|
||||
maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -671,7 +671,7 @@ in modules // {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -1740,7 +1740,7 @@ in modules // {
|
|||
homepage = http://crummy.com/software/BeautifulSoup/bs4/;
|
||||
description = "HTML and XML parser";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -1757,7 +1757,7 @@ in modules // {
|
|||
homepage = http://crummy.com/software/BeautifulSoup/bs4/;
|
||||
description = "HTML and XML parser";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
|
||||
disabled = isPy3k;
|
||||
|
@ -1791,7 +1791,7 @@ in modules // {
|
|||
|
||||
meta = {
|
||||
description = "A Session and Caching library with WSGI Middleware";
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -2509,7 +2509,7 @@ in modules // {
|
|||
meta = {
|
||||
description = "UNKNOWN";
|
||||
homepage = "UNKNOWN";
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -3558,7 +3558,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ self.translationstring self.iso8601 ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -3853,7 +3853,7 @@ in modules // {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4230,7 +4230,7 @@ in modules // {
|
|||
doCheck = false;
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
description = "Modern password hashing for your software and your servers";
|
||||
license = licenses.asl20;
|
||||
homepage = https://github.com/pyca/bcrypt/;
|
||||
|
@ -4268,7 +4268,7 @@ in modules // {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
homepage = https://cffi.readthedocs.org/;
|
||||
license = with licenses; [ mit ];
|
||||
description = "Foreign Function Interface for Python calling C code";
|
||||
|
@ -4334,7 +4334,7 @@ in modules // {
|
|||
description = "C parser in Python";
|
||||
homepage = https://github.com/eliben/pycparser;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4358,7 +4358,7 @@ in modules // {
|
|||
self.selenium;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric lovek323 madjar ];
|
||||
maintainers = with maintainers; [ domenkozar lovek323 madjar ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
};
|
||||
|
@ -5120,7 +5120,7 @@ in modules // {
|
|||
];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -5147,7 +5147,7 @@ in modules // {
|
|||
];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -5170,7 +5170,7 @@ in modules // {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -7259,7 +7259,7 @@ in modules // {
|
|||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -7530,7 +7530,7 @@ in modules // {
|
|||
];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
|
@ -7552,7 +7552,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ beaker pyramid ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.all;
|
||||
broken = true;
|
||||
};
|
||||
|
@ -7575,7 +7575,7 @@ in modules // {
|
|||
];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -7593,7 +7593,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ jinja2 pyramid ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -7636,7 +7636,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ pyramid ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -7652,7 +7652,7 @@ in modules // {
|
|||
|
||||
propagatedBuildInputs = with self; [ transaction pyramid ];
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric matejc ];
|
||||
maintainers = with maintainers; [ garbas domenkozar matejc ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -7751,7 +7751,7 @@ in modules // {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -7873,7 +7873,7 @@ in modules // {
|
|||
buildInputs = with self; [ zope_interface zodb ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -7889,7 +7889,7 @@ in modules // {
|
|||
buildInputs = with self; [ zope_interface zope_location zope_schema ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -7919,7 +7919,7 @@ in modules // {
|
|||
buildInputs = with self; [ nose mock ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
description = "A simple statsd client";
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/jsocol/pystatsd;
|
||||
|
@ -7990,7 +7990,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ pyramid zodb zodburi ZEO ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -8007,7 +8007,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ repoze_sendmail ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -8044,7 +8044,7 @@ in modules // {
|
|||
buildInputs = with self; [ transaction ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -8060,7 +8060,7 @@ in modules // {
|
|||
buildInputs = with self; [ zodb mock ZEO ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -8129,7 +8129,7 @@ in modules // {
|
|||
];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -8178,7 +8178,7 @@ in modules // {
|
|||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -8196,7 +8196,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ zope_interface sphinx ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -8306,7 +8306,7 @@ in modules // {
|
|||
buildInputs = with self; [ zope_testing ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -8340,7 +8340,7 @@ in modules // {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -8360,7 +8360,7 @@ in modules // {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -8423,7 +8423,7 @@ in modules // {
|
|||
homepage = http://deluge-torrent.org;
|
||||
description = "Torrent client";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ iElectric ebzzry ];
|
||||
maintainers = with maintainers; [ domenkozar ebzzry ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -8443,7 +8443,7 @@ in modules // {
|
|||
homepage = http://freedesktop.org/wiki/Software/pyxdg;
|
||||
description = "Contains implementations of freedesktop.org standards";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -8459,7 +8459,7 @@ in modules // {
|
|||
homepage = https://github.com/chardet/chardet;
|
||||
description = "Universal encoding detector";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -9307,7 +9307,7 @@ in modules // {
|
|||
homepage = http://code.google.com/p/feedparser/;
|
||||
description = "Universal feed parser";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -9677,7 +9677,7 @@ in modules // {
|
|||
homepage = http://flexget.com/;
|
||||
description = "Multipurpose automation tool for content like torrents";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -9730,7 +9730,7 @@ in modules // {
|
|||
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 ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -9813,7 +9813,7 @@ in modules // {
|
|||
homepage = https://github.com/Julian/jsonschema;
|
||||
description = "An implementation of JSON Schema validation for Python";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -10680,7 +10680,7 @@ in modules // {
|
|||
major web browsers.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ iElectric prikhi ];
|
||||
maintainers = with maintainers; [ domenkozar prikhi ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -12060,7 +12060,7 @@ in modules // {
|
|||
description = "Super-fast templating language";
|
||||
homepage = http://www.makotemplates.org;
|
||||
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";
|
||||
homepage = http://dev.pocoo.org;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ iElectric garbas ];
|
||||
maintainers = with maintainers; [ domenkozar garbas ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -12723,7 +12723,7 @@ in modules // {
|
|||
(optionals isPy26 [ importlib ordereddict ]);
|
||||
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
@ -12786,7 +12786,7 @@ in modules // {
|
|||
homepage = http://bmc.github.com/munkres/;
|
||||
description = "Munkres algorithm for the Assignment Problem";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -12807,7 +12807,7 @@ in modules // {
|
|||
homepage = http://alastair/python-musicbrainz-ngs;
|
||||
description = "Python bindings for musicbrainz NGS webservice";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -13046,7 +13046,7 @@ in modules // {
|
|||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
};
|
||||
|
@ -16013,7 +16013,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ pytz ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
};
|
||||
|
@ -18056,7 +18056,7 @@ in modules // {
|
|||
homepage = http://www.dalkescientific.om/Python/PyRSS2Gen.html;
|
||||
description = "Library for generating RSS 2.0 feeds";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -18186,7 +18186,7 @@ in modules // {
|
|||
homepage = http://github.com/ericflo/pynzb;
|
||||
description = "Unified API for parsing NZB files";
|
||||
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/;
|
||||
description = "Text progressbar library for python";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -18953,7 +18953,7 @@ in modules // {
|
|||
disabled = isPy3k;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -20429,7 +20429,7 @@ in modules // {
|
|||
description = "Yet another simple static gallery generator";
|
||||
homepage = http://sigal.saimon.org/en/latest/index.html;
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -20865,7 +20865,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ pillow blessings args ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -20885,7 +20885,7 @@ in modules // {
|
|||
buildInputs = with self; [ pytest py mock pkgs.glibcLocales ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -20904,7 +20904,7 @@ in modules // {
|
|||
doCheck = !isPy3k;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -20922,7 +20922,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ modules.curses ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -23010,7 +23010,7 @@ in modules // {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -23284,7 +23284,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ six webob ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -24051,7 +24051,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ sqlalchemy transaction ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -24432,7 +24432,7 @@ in modules // {
|
|||
propagatedBuildInputs = with self; [ pep8 ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -24468,7 +24468,7 @@ in modules // {
|
|||
};
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -24551,7 +24551,7 @@ in modules // {
|
|||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ garbas iElectric ];
|
||||
maintainers = with maintainers; [ garbas domenkozar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
@ -24646,7 +24646,7 @@ in modules // {
|
|||
homepage = http://pypi.python.org/pypi/Unidecode/;
|
||||
description = "ASCII transliterations of Unicode text";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ iElectric ];
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue