lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove maintainership

With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

+50 -50
+1 -1
pkgs/applications/misc/buku/default.nix
··· 52 52 homepage = https://github.com/jarun/Buku; 53 53 license = licenses.gpl3; 54 54 platforms = platforms.linux; 55 - maintainers = with maintainers; [ matthiasbeyer infinisil ]; 55 + maintainers = with maintainers; [ infinisil ]; 56 56 }; 57 57 } 58 58
+1 -1
pkgs/applications/misc/cataract/build.nix
··· 31 31 homepage = http://cgg.bzatek.net/; 32 32 description = "a simple static web photo gallery, designed to be clean and easily usable"; 33 33 license = stdenv.lib.licenses.gpl2; 34 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 34 + maintainers = with stdenv.lib.maintainers; [ ]; 35 35 platforms = with stdenv.lib.platforms; linux ++ darwin; 36 36 }; 37 37 }
+1 -1
pkgs/applications/misc/cli-visualizer/default.nix
··· 30 30 homepage = https://github.com/dpayne/cli-visualizer; 31 31 description = "CLI based audio visualizer"; 32 32 license = stdenv.lib.licenses.mit; 33 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 33 + maintainers = with stdenv.lib.maintainers; [ ]; 34 34 platforms = with stdenv.lib.platforms; linux; 35 35 }; 36 36 }
+1 -1
pkgs/applications/misc/ctodo/default.nix
··· 19 19 homepage = http://ctodo.apakoh.dk/; 20 20 description = "A simple ncurses-based task list manager"; 21 21 license = stdenv.lib.licenses.mit; 22 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 22 + maintainers = with stdenv.lib.maintainers; [ ]; 23 23 platforms = stdenv.lib.platforms.linux; 24 24 }; 25 25 }
+1 -1
pkgs/applications/misc/haxor-news/default.nix
··· 32 32 homepage = https://github.com/donnemartin/haxor-news; 33 33 description = "Browse Hacker News like a haxor"; 34 34 license = licenses.asl20; 35 - maintainers = with maintainers; [ matthiasbeyer ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 38 38 }
+1 -1
pkgs/applications/misc/hr/default.nix
··· 22 22 homepage = https://github.com/LuRsT/hr; 23 23 description = "A horizontal bar for your terminal"; 24 24 license = licenses.mit; 25 - maintainers = [ maintainers.matthiasbeyer ]; 25 + maintainers = [ ]; 26 26 platforms = platforms.unix; 27 27 }; 28 28 }
+1 -1
pkgs/applications/misc/hstr/default.nix
··· 15 15 homepage = https://github.com/dvorka/hstr; 16 16 description = "Shell history suggest box - easily view, navigate, search and use your command history"; 17 17 license = stdenv.lib.licenses.asl20; 18 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 18 + maintainers = with stdenv.lib.maintainers; [ ]; 19 19 platforms = with stdenv.lib.platforms; linux; # Cannot test others 20 20 }; 21 21
+1 -1
pkgs/applications/misc/khal/default.nix
··· 40 40 homepage = http://lostpackets.de/khal/; 41 41 description = "CLI calendar application"; 42 42 license = licenses.mit; 43 - maintainers = with maintainers; [ matthiasbeyer jgeerds ]; 43 + maintainers = with maintainers; [ jgeerds ]; 44 44 }; 45 45 }
+1 -1
pkgs/applications/misc/khard/default.nix
··· 31 31 homepage = https://github.com/scheibler/khard; 32 32 description = "Console carddav client"; 33 33 license = stdenv.lib.licenses.gpl3; 34 - maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; 34 + maintainers = with stdenv.lib.maintainers; [ ]; 35 35 }; 36 36 }
+1 -1
pkgs/applications/misc/mdp/default.nix
··· 18 18 meta = with stdenv.lib; { 19 19 homepage = https://github.com/visit1985/mdp; 20 20 description = "A command-line based markdown presentation tool"; 21 - maintainers = with maintainers; [ matthiasbeyer vrthra ]; 21 + maintainers = with maintainers; [ vrthra ]; 22 22 license = licenses.gpl3; 23 23 platforms = with platforms; unix; 24 24 };
+1 -1
pkgs/applications/misc/mwic/default.nix
··· 25 25 homepage = http://jwilk.net/software/mwic; 26 26 description = "spell-checker that groups possible misspellings and shows them in their contexts"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ matthiasbeyer ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 } 31 31
+1 -1
pkgs/applications/misc/rtv/default.nix
··· 48 48 homepage = https://github.com/michael-lazar/rtv; 49 49 description = "Browse Reddit from your Terminal"; 50 50 license = licenses.mit; 51 - maintainers = with maintainers; [ matthiasbeyer jgeerds wedens ]; 51 + maintainers = with maintainers; [ jgeerds wedens ]; 52 52 }; 53 53 }
+1 -1
pkgs/applications/misc/sc-im/default.nix
··· 36 36 homepage = https://github.com/andmarti1424/sc-im; 37 37 description = "SC-IM - Spreadsheet Calculator Improvised - SC fork"; 38 38 license = licenses.bsdOriginal; 39 - maintainers = [ maintainers.matthiasbeyer ]; 39 + maintainers = [ ]; 40 40 platforms = platforms.linux; # Cannot test others 41 41 }; 42 42
+1 -1
pkgs/applications/misc/sigal/default.nix
··· 27 27 description = "Yet another simple static gallery generator"; 28 28 homepage = http://sigal.saimon.org/en/latest/index.html; 29 29 license = licenses.mit; 30 - maintainers = with maintainers; [ domenkozar matthiasbeyer ]; 30 + maintainers = with maintainers; [ domenkozar ]; 31 31 }; 32 32 } 33 33
+1 -1
pkgs/applications/misc/stag/default.nix
··· 19 19 homepage = https://github.com/seenaburns/stag; 20 20 description = "Terminal streaming bar graph passed through stdin"; 21 21 license = stdenv.lib.licenses.bsdOriginal; 22 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 22 + maintainers = with stdenv.lib.maintainers; [ ]; 23 23 platforms = stdenv.lib.platforms.unix; 24 24 }; 25 25 }
+1 -1
pkgs/applications/misc/tasknc/default.nix
··· 36 36 meta = with stdenv.lib; { 37 37 homepage = https://github.com/lharding/tasknc; 38 38 description = "A ncurses wrapper around taskwarrior"; 39 - maintainers = with maintainers; [ matthiasbeyer infinisil ]; 39 + maintainers = with maintainers; [ infinisil ]; 40 40 platforms = platforms.linux; # Cannot test others 41 41 }; 42 42 }
+1 -1
pkgs/applications/misc/tasksh/default.nix
··· 18 18 description = "REPL for taskwarrior"; 19 19 homepage = http://tasktools.org; 20 20 license = licenses.mit; 21 - maintainers = with maintainers; [ matthiasbeyer ]; 21 + maintainers = with maintainers; [ ]; 22 22 platforms = platforms.linux; 23 23 }; 24 24 }
+1 -1
pkgs/applications/misc/timewarrior/default.nix
··· 17 17 description = "A command-line time tracker"; 18 18 homepage = https://tasktools.org/projects/timewarrior.html; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ matthiasbeyer mrVanDalo ]; 20 + maintainers = with maintainers; [ mrVanDalo ]; 21 21 platforms = platforms.linux ++ platforms.darwin; 22 22 }; 23 23 }
+1 -1
pkgs/applications/misc/toot/default.nix
··· 24 24 description = "Mastodon CLI interface"; 25 25 homepage = "https://github.com/ihabunek/toot"; 26 26 license = licenses.mit; 27 - maintainers = [ maintainers.matthiasbeyer ]; 27 + maintainers = [ ]; 28 28 }; 29 29 30 30 }
+1 -1
pkgs/applications/misc/vit/default.nix
··· 28 28 29 29 meta = { 30 30 description = "Visual Interactive Taskwarrior"; 31 - maintainers = with pkgs.lib.maintainers; [ matthiasbeyer ]; 31 + maintainers = with pkgs.lib.maintainers; [ ]; 32 32 platforms = pkgs.lib.platforms.linux; 33 33 license = pkgs.lib.licenses.gpl3; 34 34 };
+1 -1
pkgs/applications/misc/weather/default.nix
··· 35 35 homepage = http://fungi.yuggoth.org/weather; 36 36 description = "Quick access to current weather conditions and forecasts"; 37 37 license = stdenv.lib.licenses.isc; 38 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 38 + maintainers = with stdenv.lib.maintainers; [ ]; 39 39 platforms = with stdenv.lib.platforms; linux; # my only platform 40 40 }; 41 41 }
+1 -1
pkgs/applications/misc/yaft/default.nix
··· 19 19 homepage = https://github.com/uobikiemukot/yaft; 20 20 description = "Yet another framebuffer terminal"; 21 21 license = stdenv.lib.licenses.mit; 22 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 22 + maintainers = with stdenv.lib.maintainers; [ ]; 23 23 platforms = with stdenv.lib.platforms; linux; 24 24 }; 25 25 }
+1 -1
pkgs/applications/office/beancount/bean-add.nix
··· 25 25 # The (only) source file states: 26 26 # License: "Do what you feel is right, but don't be a jerk" public license. 27 27 28 - maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; 28 + maintainers = with stdenv.lib.maintainers; [ ]; 29 29 }; 30 30 } 31 31
+1 -1
pkgs/applications/office/beancount/default.nix
··· 38 38 generate a variety of reports from them, and provides a web interface. 39 39 ''; 40 40 license = stdenv.lib.licenses.gpl2; 41 - maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; 41 + maintainers = with stdenv.lib.maintainers; [ ]; 42 42 }; 43 43 } 44 44
+1 -1
pkgs/applications/office/fava/default.nix
··· 23 23 homepage = https://beancount.github.io/fava; 24 24 description = "Web interface for beancount"; 25 25 license = stdenv.lib.licenses.mit; 26 - maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; 26 + maintainers = with stdenv.lib.maintainers; [ ]; 27 27 }; 28 28 } 29 29
+1 -1
pkgs/applications/office/wordgrinder/default.nix
··· 49 49 description = "Text-based word processor"; 50 50 homepage = https://cowlark.com/wordgrinder; 51 51 license = licenses.mit; 52 - maintainers = with maintainers; [ matthiasbeyer ]; 52 + maintainers = with maintainers; [ ]; 53 53 platforms = with stdenv.lib.platforms; linux ++ darwin; 54 54 }; 55 55 }
+1 -1
pkgs/applications/version-management/bugseverywhere/default.nix
··· 28 28 homepage = http://www.bugseverywhere.org/; 29 29 license = licenses.gpl2Plus; 30 30 platforms = platforms.all; 31 - maintainers = [ maintainers.matthiasbeyer ]; 31 + maintainers = [ ]; 32 32 }; 33 33 } 34 34
+1 -1
pkgs/applications/version-management/git-and-tools/git-dit/default.nix
··· 41 41 inherit (src.meta) homepage; 42 42 description = "Decentralized Issue Tracking for git"; 43 43 license = licenses.gpl2; 44 - maintainers = with maintainers; [ Profpatsch matthiasbeyer ]; 44 + maintainers = with maintainers; [ Profpatsch ]; 45 45 }; 46 46 }
+1 -1
pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin.nix
··· 21 21 homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}"; 22 22 description = "Mailwatch plugin for Xfce panel"; 23 23 platforms = platforms.linux; 24 - maintainers = [ maintainers.matthiasbeyer ]; 24 + maintainers = [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/desktops/xfce/panel-plugins/xfce4-mpc-plugin.nix
··· 21 21 homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}"; 22 22 description = "MPD plugin for Xfce panel"; 23 23 platforms = platforms.linux; 24 - maintainers = [ maintainers.matthiasbeyer ]; 24 + maintainers = [ ]; 25 25 }; 26 26 }
+1 -1
pkgs/desktops/xfce/panel-plugins/xfce4-timer-plugin.nix
··· 25 25 description = "Battery plugin for Xfce panel"; 26 26 platforms = platforms.linux; 27 27 license = licenses.gpl2; 28 - maintainers = [ maintainers.matthiasbeyer ]; 28 + maintainers = [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/development/libraries/zlog/default.nix
··· 28 28 homepage = http://hardysimpson.github.com/zlog; 29 29 license = licenses.lgpl21; 30 30 platforms = platforms.linux; # cannot test on something else 31 - maintainers = [ maintainers.matthiasbeyer ]; 31 + maintainers = [ ]; 32 32 }; 33 33 34 34 }
+1 -1
pkgs/development/misc/loc/default.nix
··· 19 19 homepage = https://github.com/cgag/loc; 20 20 description = "Count lines of code quickly"; 21 21 license = stdenv.lib.licenses.mit; 22 - maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 22 + maintainers = with stdenv.lib.maintainers; [ ]; 23 23 platforms = with stdenv.lib.platforms; linux; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/pygraphviz/default.nix
··· 22 22 description = "Python interface to Graphviz graph drawing package"; 23 23 homepage = https://github.com/pygraphviz/pygraphviz; 24 24 license = licenses.bsd3; 25 - maintainers = with maintainers; [ matthiasbeyer ]; 25 + maintainers = with maintainers; [ ]; 26 26 }; 27 27 }
+2 -2
pkgs/development/python-modules/requests-toolbelt/default.nix
··· 27 27 meta = { 28 28 description = "A toolbelt of useful classes and functions to be used with python-requests"; 29 29 homepage = http://toolbelt.rtfd.org; 30 - maintainers = with lib.maintainers; [ matthiasbeyer jgeerds ]; 30 + maintainers = with lib.maintainers; [ jgeerds ]; 31 31 }; 32 - } 32 + }
+1 -1
pkgs/development/tools/database/sqlitebrowser/default.nix
··· 33 33 description = "DB Browser for SQLite"; 34 34 homepage = http://sqlitebrowser.org/; 35 35 license = licenses.gpl3; 36 - maintainers = with maintainers; [ matthiasbeyer ]; 36 + maintainers = with maintainers; [ ]; 37 37 platforms = platforms.linux; # can only test on linux 38 38 }; 39 39 }
+1 -1
pkgs/misc/screensavers/pipes/default.nix
··· 20 20 homepage = https://github.com/pipeseroni/pipes.sh; 21 21 description = "Animated pipes terminal screensaver"; 22 22 license = licenses.mit; 23 - maintainers = [ maintainers.matthiasbeyer ]; 23 + maintainers = [ ]; 24 24 platforms = platforms.unix; 25 25 }; 26 26 }
+1 -1
pkgs/servers/misc/taskserver/default.nix
··· 38 38 homepage = http://taskwarrior.org; 39 39 license = stdenv.lib.licenses.mit; 40 40 platforms = stdenv.lib.platforms.linux; 41 - maintainers = with stdenv.lib.maintainers; [ matthiasbeyer makefu ]; 41 + maintainers = with stdenv.lib.maintainers; [ makefu ]; 42 42 }; 43 43 }
+1 -1
pkgs/servers/web-apps/klaus/default.nix
··· 35 35 description = "The first Git web viewer that Just Works"; 36 36 homepage = https://github.com/jonashaag/klaus; 37 37 license = licenses.isc; 38 - maintainers = with maintainers; [ matthiasbeyer ]; 38 + maintainers = with maintainers; [ ]; 39 39 }; 40 40 }
+1 -1
pkgs/tools/misc/mpdscribble/default.nix
··· 17 17 description = "A Music Player Daemon (MPD) client which submits information about tracks beeing played to a scrobbler (e.g. last.fm)"; 18 18 homepage = http://mpd.wikia.com/wiki/Client:mpdscribble; 19 19 license = licenses.gpl2; 20 - maintainers = [ maintainers.matthiasbeyer ]; 20 + maintainers = [ ]; 21 21 platforms = platforms.linux; 22 22 }; 23 23 }
+1 -1
pkgs/tools/misc/multitail/default.nix
··· 21 21 meta = { 22 22 homepage = http://www.vanheusden.com/multitail/; 23 23 description = "tail on Steroids"; 24 - maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; 24 + maintainers = with stdenv.lib.maintainers; [ ]; 25 25 platforms = stdenv.lib.platforms.unix; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/smenu/default.nix
··· 22 22 your selection will be sent to standard output. 23 23 ''; 24 24 license = licenses.gpl2; 25 - maintainers = [ maintainers.matthiasbeyer ]; 25 + maintainers = [ ]; 26 26 platforms = platforms.linux; 27 27 }; 28 28 }
+1 -1
pkgs/tools/misc/vdirsyncer/default.nix
··· 33 33 meta = with stdenv.lib; { 34 34 homepage = https://github.com/pimutils/vdirsyncer; 35 35 description = "Synchronize calendars and contacts"; 36 - maintainers = with maintainers; [ matthiasbeyer jgeerds ]; 36 + maintainers = with maintainers; [ jgeerds ]; 37 37 platforms = platforms.all; 38 38 license = licenses.mit; 39 39 };
+1 -1
pkgs/tools/misc/vimer/default.nix
··· 24 24 in an existing instance of GVim or MacVim. 25 25 ''; 26 26 license = licenses.mit; 27 - maintainers = [ maintainers.matthiasbeyer ]; 27 + maintainers = [ ]; 28 28 platforms = platforms.linux; 29 29 }; 30 30
+1 -1
pkgs/tools/networking/http-prompt/default.nix
··· 28 28 description = "An interactive command-line HTTP client featuring autocomplete and syntax highlighting"; 29 29 homepage = https://github.com/eliangcs/http-prompt; 30 30 license = licenses.mit; 31 - maintainers = with maintainers; [ matthiasbeyer ]; 31 + maintainers = with maintainers; [ ]; 32 32 platforms = platforms.linux; # can only test on linux 33 33 }; 34 34 }
+4 -4
pkgs/top-level/python-packages.nix
··· 634 634 meta = { 635 635 description = "Atomic file writes on POSIX"; 636 636 homepage = https://pypi.python.org/pypi/atomicwrites/0.1.0; 637 - maintainers = with maintainers; [ matthiasbeyer ]; 637 + maintainers = with maintainers; [ ]; 638 638 }; 639 639 640 640 }; ··· 4759 4759 description = "Python humanize utilities"; 4760 4760 homepage = https://github.com/jmoiron/humanize; 4761 4761 license = licenses.mit; 4762 - maintainers = with maintainers; [ matthiasbeyer ]; 4762 + maintainers = with maintainers; [ ]; 4763 4763 platforms = platforms.linux; # can only test on linux 4764 4764 }; 4765 4765 ··· 4847 4847 description = "WSGI HTTP Digest Authentication middleware"; 4848 4848 homepage = https://github.com/jonashaag/httpauth; 4849 4849 license = licenses.bsd2; 4850 - maintainers = with maintainers; [ matthiasbeyer ]; 4850 + maintainers = with maintainers; [ ]; 4851 4851 }; 4852 4852 }; 4853 4853 ··· 16738 16738 homepage = https://github.com/uri-templates/uritemplate-py; 16739 16739 description = "Python implementation of URI Template"; 16740 16740 license = licenses.asl20; 16741 - maintainers = with maintainers; [ matthiasbeyer ]; 16741 + maintainers = with maintainers; [ ]; 16742 16742 }; 16743 16743 }; 16744 16744