remove profpatsch from maintainer list of a few packages

+9 -9
+2 -2
pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
··· 34 34 description = "Telegram client forked from sigram"; 35 35 homepage = http://aseman.co/en/products/cutegram/; 36 36 license = licenses.gpl3; 37 - maintainers = with maintainers; [ profpatsch AndersonTorres ]; 37 + maintainers = with maintainers; [ AndersonTorres ]; 38 38 platforms = platforms.linux; 39 39 }; 40 40 } 41 - #TODO: appindicator, for system tray plugin (by @profpatsch) 41 + #TODO: appindicator, for system tray plugin
+1 -1
pkgs/development/python-modules/yolk/default.nix
··· 17 17 meta = { 18 18 description = "Command-line tool for querying PyPI and Python packages installed on your system"; 19 19 homepage = https://github.com/cakebread/yolk; 20 - maintainer = with maintainers; [ profpatsch ]; 20 + maintainer = with maintainers; []; 21 21 license = licenses.bsd3; 22 22 }; 23 23 }
+1 -1
pkgs/development/tools/compile-daemon/default.nix
··· 19 19 meta = with stdenv.lib; { 20 20 description = "Very simple compile daemon for Go"; 21 21 license = licenses.bsd2; 22 - maintainers = with maintainers; [ profpatsch ]; 22 + maintainers = with maintainers; [ ]; 23 23 inherit (src.meta) homepage; 24 24 }; 25 25 }
+1 -1
pkgs/development/tools/database/liquibase/default.nix
··· 65 65 description = "Version Control for your database"; 66 66 homepage = http://www.liquibase.org/; 67 67 license = licenses.asl20; 68 - maintainers = with maintainers; [ nequissimus profpatsch ]; 68 + maintainers = with maintainers; [ nequissimus ]; 69 69 platforms = with platforms; unix; 70 70 }; 71 71 }
+1 -1
pkgs/servers/web-apps/searx/default.nix
··· 42 42 homepage = https://github.com/asciimoo/searx; 43 43 description = "A privacy-respecting, hackable metasearch engine"; 44 44 license = licenses.agpl3Plus; 45 - maintainers = with maintainers; [ matejc fpletz profpatsch ]; 45 + maintainers = with maintainers; [ matejc fpletz ]; 46 46 }; 47 47 }
+1 -1
pkgs/tools/audio/beets/default.nix
··· 224 224 description = "Music tagger and library organizer"; 225 225 homepage = http://beets.radbox.org; 226 226 license = licenses.mit; 227 - maintainers = with maintainers; [ aszlig domenkozar pjones profpatsch ]; 227 + maintainers = with maintainers; [ aszlig domenkozar pjones ]; 228 228 platforms = platforms.linux; 229 229 }; 230 230 }
+2 -2
pkgs/top-level/python-packages.nix
··· 491 491 homepage = https://github.com/pazz/alot; 492 492 description = "Terminal MUA using notmuch mail"; 493 493 platforms = platforms.linux; 494 - maintainers = with maintainers; [ garbas profpatsch ]; 494 + maintainers = with maintainers; [ garbas ]; 495 495 }; 496 496 }; 497 497 ··· 17837 17837 meta = { 17838 17838 description = "Tree widgets for urwid"; 17839 17839 license = licenses.gpl3; 17840 - maintainers = with maintainers; [ profpatsch ]; 17840 + maintainers = with maintainers; [ ]; 17841 17841 }; 17842 17842 }; 17843 17843