remove profpatsch from maintainer list of a few packages

This commit is contained in:
Profpatsch 2018-02-12 06:18:45 +01:00
parent b806863a82
commit 2922bee722
7 changed files with 9 additions and 9 deletions

View File

@ -34,8 +34,8 @@ stdenv.mkDerivation rec {
description = "Telegram client forked from sigram"; description = "Telegram client forked from sigram";
homepage = http://aseman.co/en/products/cutegram/; homepage = http://aseman.co/en/products/cutegram/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ profpatsch AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }
#TODO: appindicator, for system tray plugin (by @profpatsch) #TODO: appindicator, for system tray plugin

View File

@ -17,7 +17,7 @@ buildPythonApplication rec {
meta = { meta = {
description = "Command-line tool for querying PyPI and Python packages installed on your system"; description = "Command-line tool for querying PyPI and Python packages installed on your system";
homepage = https://github.com/cakebread/yolk; homepage = https://github.com/cakebread/yolk;
maintainer = with maintainers; [ profpatsch ]; maintainer = with maintainers; [];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -19,7 +19,7 @@ buildGoPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Very simple compile daemon for Go"; description = "Very simple compile daemon for Go";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ profpatsch ]; maintainers = with maintainers; [ ];
inherit (src.meta) homepage; inherit (src.meta) homepage;
}; };
} }

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
description = "Version Control for your database"; description = "Version Control for your database";
homepage = http://www.liquibase.org/; homepage = http://www.liquibase.org/;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ nequissimus profpatsch ]; maintainers = with maintainers; [ nequissimus ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View File

@ -42,6 +42,6 @@ buildPythonApplication rec {
homepage = https://github.com/asciimoo/searx; homepage = https://github.com/asciimoo/searx;
description = "A privacy-respecting, hackable metasearch engine"; description = "A privacy-respecting, hackable metasearch engine";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ matejc fpletz profpatsch ]; maintainers = with maintainers; [ matejc fpletz ];
}; };
} }

View File

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

View File

@ -491,7 +491,7 @@ in {
homepage = https://github.com/pazz/alot; homepage = https://github.com/pazz/alot;
description = "Terminal MUA using notmuch mail"; description = "Terminal MUA using notmuch mail";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ garbas profpatsch ]; maintainers = with maintainers; [ garbas ];
}; };
}; };
@ -17837,7 +17837,7 @@ in {
meta = { meta = {
description = "Tree widgets for urwid"; description = "Tree widgets for urwid";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ profpatsch ]; maintainers = with maintainers; [ ];
}; };
}; };