Remove me (garbas) as maintainer since I don't have much time to maintain anything

This commit is contained in:
Rok Garbas
2019-07-03 11:27:39 +02:00
parent 01e07b1996
commit 65781e204d
109 changed files with 111 additions and 111 deletions

View File

@@ -21,6 +21,6 @@ buildPythonPackage rec {
homepage = http://babel.edgewall.org;
description = "A collection of tools for internationalizing Python applications";
license = licenses.bsd3;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -22,6 +22,6 @@ buildPythonPackage rec {
homepage = http://pygments.org/;
description = "A generic syntax highlighter";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ garbas ];
maintainers = with lib.maintainers; [ ];
};
}
}

View File

@@ -57,6 +57,6 @@ buildPythonPackage rec {
description = "Terminal MUA using notmuch mail";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -71,6 +71,6 @@ buildPythonPackage rec {
meta = {
description = "A Session and Caching library with WSGI Middleware";
maintainers = with lib.maintainers; [ garbas domenkozar ];
maintainers = with lib.maintainers; [ domenkozar ];
};
}

View File

@@ -13,6 +13,6 @@ buildPythonPackage rec {
homepage = https://pythonhosted.org/blinker/;
description = "Fast, simple object-to-object and broadcast signaling";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -13,6 +13,6 @@ buildPythonPackage rec {
homepage = http://www.buildout.org;
description = "A software build and configuration system";
license = licenses.zpl21;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
homepage = https://chameleon.readthedocs.io/;
description = "Fast HTML/XML Template Compiler";
license = licenses.bsd0;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -16,6 +16,6 @@ buildPythonPackage rec {
description = "A simple schema-based serialization and deserialization library";
homepage = https://docs.pylonsproject.org/projects/colander/en/latest/;
license = licenses.free; # http://repoze.org/LICENSE.txt
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Config file reading, writing and validation";
homepage = https://pypi.python.org/pypi/configobj;
license = licenses.bsd3;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Form library with advanced features like nested forms";
homepage = https://docs.pylonsproject.org/projects/deform/en/latest/;
license = licenses.free; # http://www.repoze.org/LICENSE.txt
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -33,6 +33,6 @@ buildPythonPackage rec {
meta = {
description = "Docutils -- Python Documentation Utilities";
homepage = http://docutils.sourceforge.net/;
maintainers = with lib.maintainers; [ garbas AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres ];
};
}

View File

@@ -18,6 +18,6 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Standalone version of django.utils.feedgenerator, compatible with Py3k";
homepage = https://github.com/dmdm/feedgenerator-py3k.git;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Code checking using pep8 and pyflakes";
homepage = https://pypi.python.org/pypi/flake8;
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+";
homepage = https://github.com/aliles/funcsigs;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
license = licenses.asl20;
};
}

View File

@@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "Backport of the concurrent.futures package from Python 3.2";
homepage = "https://github.com/agronholm/pythonfutures";
license = licenses.bsd2;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -16,6 +16,6 @@ buildPythonPackage rec {
homepage = http://code.google.com/p/httplib2;
description = "A comprehensive HTTP client library";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -28,6 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/davidhalter/jedi;
description = "An autocompletion tool for Python that can be used for text editors";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -35,7 +35,7 @@ buildPythonPackage rec {
description = "Jenkins Job Builder is a system for configuring Jenkins jobs using simple YAML files stored in Git";
homepage = "https://docs.openstack.org/infra/system-config/jjb.html";
license = licenses.asl20;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -26,6 +26,6 @@ buildPythonPackage rec {
Django inspired non-XML syntax but supports inline expressions and
an optional sandboxed environment.
'';
maintainers = with maintainers; [ pierron garbas sjourdois ];
maintainers = with maintainers; [ pierron sjourdois ];
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
description = "Implements a XML/HTML/XHTML Markup safe string";
homepage = http://dev.pocoo.org;
license = licenses.bsd3;
maintainers = with maintainers; [ domenkozar garbas ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -15,6 +15,6 @@ buildPythonPackage rec {
description = "McCabe checker, plugin for flake8";
homepage = https://github.com/flintwork/mccabe;
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -22,7 +22,7 @@ buildPythonPackage rec {
description = "A Python wrapper around notmuch";
homepage = https://notmuchmail.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
homepage = "https://github.com/simplegeo/python-oauth2";
description = "Library for OAuth version 1.0";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6";
license = licenses.bsd3;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -65,6 +65,6 @@ buildPythonPackage rec {
description = "A tool to generate a static blog from reStructuredText or Markdown input files";
homepage = http://getpelican.com/;
license = licenses.agpl3;
maintainers = with maintainers; [ offline prikhi garbas ];
maintainers = with maintainers; [ offline prikhi ];
};
}

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
homepage = "https://pep8.readthedocs.org/";
description = "Python style guide checker";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A library for converting a token stream into a data structure for use in web form posts";
homepage = https://docs.pylonsproject.org/projects/peppercorn/en/latest/;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.all;
};

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/tlocke/pg8000;
description = "PostgreSQL interface library, for asyncio";
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
};

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
homepage = https://github.com/tlocke/pg8000;
description = "PostgreSQL interface library, for asyncio";
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
};

View File

@@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "Extensible i3status wrapper";
license = licenses.bsd3;
homepage = https://github.com/ultrabug/py3status;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -13,6 +13,6 @@ buildPythonPackage rec {
description = "Python style guide checker (formerly called pep8)";
homepage = https://pycodestyle.readthedocs.io;
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -15,6 +15,6 @@ buildPythonPackage rec {
homepage = https://launchpad.net/pyflakes;
description = "A simple program which checks Python source files for errors";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -20,6 +20,6 @@ buildPythonPackage rec {
homepage = "https://launchpad.net/pygpgme";
description = "A Python wrapper for the GPGME library";
license = licenses.lgpl21;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Python client for Neovim";
homepage = "https://github.com/neovim/python-client";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ garbas ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@@ -40,7 +40,7 @@ buildPythonPackage rec {
description = "The Pyramid Web Framework, a Pylons project";
homepage = https://trypyramid.com/;
license = licenses.bsd0;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
description = "A package which logs to a Python logger when an exception is raised by a Pyramid application";
homepage = http://docs.pylonsproject.org/;
license = licenses.bsd0;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
description = "A tiny LRU cache implementation and decorator";
homepage = http://www.repoze.org/;
license = licenses.bsd0;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
description = "Python with the SmartyPants";
homepage = "https://bitbucket.org/livibetter/smartypants.py";
license = licenses.bsd3;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -32,6 +32,6 @@ buildPythonPackage rec {
meta = {
homepage = https://pypi.python.org/pypi/subprocess32;
description = "Backport of the subprocess module from Python 3.2.5 for use on 2.x";
maintainers = with lib.maintainers; [ garbas ];
maintainers = with lib.maintainers; [ ];
};
}
}

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
homepage = https://github.com/WoLpH/tissue;
description = "Tissue - automated pep8 checker for nose";
license = licenses.lgpl2;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
homepage = http://pylonsproject.org/;
description = "Utility library for i18n relied on by various Repoze and Pyramid packages";
license = licenses.bsd0;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Port of the asyncio project to Python 2.7";
homepage = https://github.com/vstinner/trollius;
license = licenses.asl20;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -16,6 +16,6 @@ buildPythonPackage rec {
homepage = https://github.com/tweepy/tweepy;
description = "Twitter library for python";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -26,7 +26,7 @@ buildPythonPackage rec {
description = "Filters to enhance web typography, including support for Django & Jinja templates";
homepage = "https://github.com/mintchaos/typogrify";
license = licenses.bsd3;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -32,6 +32,6 @@ buildPythonPackage (rec {
homepage = http://excess.org/urwid;
repositories.git = git://github.com/wardi/urwid.git;
license = licenses.lgpl21;
maintainers = with maintainers; [ garbas ];
maintainers = with maintainers; [ ];
};
})

View File

@@ -23,6 +23,6 @@ buildPythonPackage rec {
description = "A library for deferring decorator actions";
homepage = http://pylonsproject.org/;
license = licenses.bsd0;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -18,7 +18,7 @@ buildPythonPackage rec {
homepage = https://github.com/Pylons/waitress;
description = "Waitress WSGI server";
license = licenses.zpl20;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
homepage = https://webhelpers.readthedocs.org/en/latest/;
description = "Web Helpers";
license = licenses.free;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -24,7 +24,7 @@ buildPythonPackage rec {
homepage = http://pythonpaste.org/wsgiproxy/;
description = "HTTP proxying tools for WSGI apps";
license = licenses.mit;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}

View File

@@ -19,7 +19,7 @@ buildPythonPackage rec {
homepage = https://github.com/zopefoundation/zope.deprecation;
description = "Zope Deprecation Infrastructure";
license = licenses.zpl20;
maintainers = with maintainers; [ garbas domenkozar ];
maintainers = with maintainers; [ domenkozar ];
};
}