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>
This commit is contained in:
Matthias Beyer 2018-04-06 10:57:19 +02:00
parent fac2951d8b
commit ce1c1e3093
46 changed files with 50 additions and 50 deletions

View file

@ -52,7 +52,7 @@ with python3.pkgs; buildPythonApplication rec {
homepage = https://github.com/jarun/Buku; homepage = https://github.com/jarun/Buku;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer infinisil ]; maintainers = with maintainers; [ infinisil ];
}; };
} }

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://cgg.bzatek.net/; homepage = http://cgg.bzatek.net/;
description = "a simple static web photo gallery, designed to be clean and easily usable"; description = "a simple static web photo gallery, designed to be clean and easily usable";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
}; };
} }

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/dpayne/cli-visualizer; homepage = https://github.com/dpayne/cli-visualizer;
description = "CLI based audio visualizer"; description = "CLI based audio visualizer";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = http://ctodo.apakoh.dk/; homepage = http://ctodo.apakoh.dk/;
description = "A simple ncurses-based task list manager"; description = "A simple ncurses-based task list manager";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -32,7 +32,7 @@ buildPythonApplication rec {
homepage = https://github.com/donnemartin/haxor-news; homepage = https://github.com/donnemartin/haxor-news;
description = "Browse Hacker News like a haxor"; description = "Browse Hacker News like a haxor";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/LuRsT/hr; homepage = https://github.com/LuRsT/hr;
description = "A horizontal bar for your terminal"; description = "A horizontal bar for your terminal";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/dvorka/hstr; homepage = https://github.com/dvorka/hstr;
description = "Shell history suggest box - easily view, navigate, search and use your command history"; description = "Shell history suggest box - easily view, navigate, search and use your command history";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; # Cannot test others platforms = with stdenv.lib.platforms; linux; # Cannot test others
}; };

View file

@ -40,6 +40,6 @@ buildPythonApplication rec {
homepage = http://lostpackets.de/khal/; homepage = http://lostpackets.de/khal/;
description = "CLI calendar application"; description = "CLI calendar application";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer jgeerds ]; maintainers = with maintainers; [ jgeerds ];
}; };
} }

View file

@ -31,6 +31,6 @@ python3Packages.buildPythonApplication rec {
homepage = https://github.com/scheibler/khard; homepage = https://github.com/scheibler/khard;
description = "Console carddav client"; description = "Console carddav client";
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
}; };
} }

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/visit1985/mdp; homepage = https://github.com/visit1985/mdp;
description = "A command-line based markdown presentation tool"; description = "A command-line based markdown presentation tool";
maintainers = with maintainers; [ matthiasbeyer vrthra ]; maintainers = with maintainers; [ vrthra ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = with platforms; unix; platforms = with platforms; unix;
}; };

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = http://jwilk.net/software/mwic; homepage = http://jwilk.net/software/mwic;
description = "spell-checker that groups possible misspellings and shows them in their contexts"; description = "spell-checker that groups possible misspellings and shows them in their contexts";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -48,6 +48,6 @@ buildPythonApplication rec {
homepage = https://github.com/michael-lazar/rtv; homepage = https://github.com/michael-lazar/rtv;
description = "Browse Reddit from your Terminal"; description = "Browse Reddit from your Terminal";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer jgeerds wedens ]; maintainers = with maintainers; [ jgeerds wedens ];
}; };
} }

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/andmarti1424/sc-im; homepage = https://github.com/andmarti1424/sc-im;
description = "SC-IM - Spreadsheet Calculator Improvised - SC fork"; description = "SC-IM - Spreadsheet Calculator Improvised - SC fork";
license = licenses.bsdOriginal; license = licenses.bsdOriginal;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
platforms = platforms.linux; # Cannot test others platforms = platforms.linux; # Cannot test others
}; };

View file

@ -27,7 +27,7 @@ buildPythonApplication rec {
description = "Yet another simple static gallery generator"; description = "Yet another simple static gallery generator";
homepage = http://sigal.saimon.org/en/latest/index.html; homepage = http://sigal.saimon.org/en/latest/index.html;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ domenkozar matthiasbeyer ]; maintainers = with maintainers; [ domenkozar ];
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
homepage = https://github.com/seenaburns/stag; homepage = https://github.com/seenaburns/stag;
description = "Terminal streaming bar graph passed through stdin"; description = "Terminal streaming bar graph passed through stdin";
license = stdenv.lib.licenses.bsdOriginal; license = stdenv.lib.licenses.bsdOriginal;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/lharding/tasknc; homepage = https://github.com/lharding/tasknc;
description = "A ncurses wrapper around taskwarrior"; description = "A ncurses wrapper around taskwarrior";
maintainers = with maintainers; [ matthiasbeyer infinisil ]; maintainers = with maintainers; [ infinisil ];
platforms = platforms.linux; # Cannot test others platforms = platforms.linux; # Cannot test others
}; };
} }

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "REPL for taskwarrior"; description = "REPL for taskwarrior";
homepage = http://tasktools.org; homepage = http://tasktools.org;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "A command-line time tracker"; description = "A command-line time tracker";
homepage = https://tasktools.org/projects/timewarrior.html; homepage = https://tasktools.org/projects/timewarrior.html;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer mrVanDalo ]; maintainers = with maintainers; [ mrVanDalo ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View file

@ -24,7 +24,7 @@ python3Packages.buildPythonApplication rec {
description = "Mastodon CLI interface"; description = "Mastodon CLI interface";
homepage = "https://github.com/ihabunek/toot"; homepage = "https://github.com/ihabunek/toot";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Visual Interactive Taskwarrior"; description = "Visual Interactive Taskwarrior";
maintainers = with pkgs.lib.maintainers; [ matthiasbeyer ]; maintainers = with pkgs.lib.maintainers; [ ];
platforms = pkgs.lib.platforms.linux; platforms = pkgs.lib.platforms.linux;
license = pkgs.lib.licenses.gpl3; license = pkgs.lib.licenses.gpl3;
}; };

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = http://fungi.yuggoth.org/weather; homepage = http://fungi.yuggoth.org/weather;
description = "Quick access to current weather conditions and forecasts"; description = "Quick access to current weather conditions and forecasts";
license = stdenv.lib.licenses.isc; license = stdenv.lib.licenses.isc;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; # my only platform platforms = with stdenv.lib.platforms; linux; # my only platform
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/uobikiemukot/yaft; homepage = https://github.com/uobikiemukot/yaft;
description = "Yet another framebuffer terminal"; description = "Yet another framebuffer terminal";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
# The (only) source file states: # The (only) source file states:
# License: "Do what you feel is right, but don't be a jerk" public license. # License: "Do what you feel is right, but don't be a jerk" public license.
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
}; };
} }

View file

@ -38,7 +38,7 @@ pythonPackages.buildPythonApplication rec {
generate a variety of reports from them, and provides a web interface. generate a variety of reports from them, and provides a web interface.
''; '';
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
}; };
} }

View file

@ -23,7 +23,7 @@ buildPythonApplication rec {
homepage = https://beancount.github.io/fava; homepage = https://beancount.github.io/fava;
description = "Web interface for beancount"; description = "Web interface for beancount";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
}; };
} }

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
description = "Text-based word processor"; description = "Text-based word processor";
homepage = https://cowlark.com/wordgrinder; homepage = https://cowlark.com/wordgrinder;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
platforms = with stdenv.lib.platforms; linux ++ darwin; platforms = with stdenv.lib.platforms; linux ++ darwin;
}; };
} }

View file

@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
homepage = http://www.bugseverywhere.org/; homepage = http://www.bugseverywhere.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
}; };
} }

View file

@ -41,6 +41,6 @@ buildRustPackage rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = "Decentralized Issue Tracking for git"; description = "Decentralized Issue Tracking for git";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ Profpatsch matthiasbeyer ]; maintainers = with maintainers; [ Profpatsch ];
}; };
} }

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}"; homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
description = "Mailwatch plugin for Xfce panel"; description = "Mailwatch plugin for Xfce panel";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
}; };
} }

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}"; homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
description = "MPD plugin for Xfce panel"; description = "MPD plugin for Xfce panel";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
}; };
} }

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "Battery plugin for Xfce panel"; description = "Battery plugin for Xfce panel";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
}; };
} }

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = http://hardysimpson.github.com/zlog; homepage = http://hardysimpson.github.com/zlog;
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; # cannot test on something else platforms = platforms.linux; # cannot test on something else
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
}; };
} }

View file

@ -19,7 +19,7 @@ buildRustPackage rec {
homepage = https://github.com/cgag/loc; homepage = https://github.com/cgag/loc;
description = "Count lines of code quickly"; description = "Count lines of code quickly";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -22,6 +22,6 @@ buildPythonPackage rec {
description = "Python interface to Graphviz graph drawing package"; description = "Python interface to Graphviz graph drawing package";
homepage = https://github.com/pygraphviz/pygraphviz; homepage = https://github.com/pygraphviz/pygraphviz;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
meta = { meta = {
description = "A toolbelt of useful classes and functions to be used with python-requests"; description = "A toolbelt of useful classes and functions to be used with python-requests";
homepage = http://toolbelt.rtfd.org; homepage = http://toolbelt.rtfd.org;
maintainers = with lib.maintainers; [ matthiasbeyer jgeerds ]; maintainers = with lib.maintainers; [ jgeerds ];
}; };
} }

View file

@ -33,7 +33,7 @@ mkDerivation rec {
description = "DB Browser for SQLite"; description = "DB Browser for SQLite";
homepage = http://sqlitebrowser.org/; homepage = http://sqlitebrowser.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; # can only test on linux platforms = platforms.linux; # can only test on linux
}; };
} }

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/pipeseroni/pipes.sh; homepage = https://github.com/pipeseroni/pipes.sh;
description = "Animated pipes terminal screensaver"; description = "Animated pipes terminal screensaver";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
homepage = http://taskwarrior.org; homepage = http://taskwarrior.org;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer makefu ]; maintainers = with stdenv.lib.maintainers; [ makefu ];
}; };
} }

View file

@ -35,6 +35,6 @@ python.pkgs.buildPythonApplication rec {
description = "The first Git web viewer that Just Works"; description = "The first Git web viewer that Just Works";
homepage = https://github.com/jonashaag/klaus; homepage = https://github.com/jonashaag/klaus;
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "A Music Player Daemon (MPD) client which submits information about tracks beeing played to a scrobbler (e.g. last.fm)"; description = "A Music Player Daemon (MPD) client which submits information about tracks beeing played to a scrobbler (e.g. last.fm)";
homepage = http://mpd.wikia.com/wiki/Client:mpdscribble; homepage = http://mpd.wikia.com/wiki/Client:mpdscribble;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://www.vanheusden.com/multitail/; homepage = http://www.vanheusden.com/multitail/;
description = "tail on Steroids"; description = "tail on Steroids";
maintainers = with stdenv.lib.maintainers; [ matthiasbeyer ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
your selection will be sent to standard output. your selection will be sent to standard output.
''; '';
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -33,7 +33,7 @@ pythonPackages.buildPythonApplication rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/pimutils/vdirsyncer; homepage = https://github.com/pimutils/vdirsyncer;
description = "Synchronize calendars and contacts"; description = "Synchronize calendars and contacts";
maintainers = with maintainers; [ matthiasbeyer jgeerds ]; maintainers = with maintainers; [ jgeerds ];
platforms = platforms.all; platforms = platforms.all;
license = licenses.mit; license = licenses.mit;
}; };

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
in an existing instance of GVim or MacVim. in an existing instance of GVim or MacVim.
''; '';
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.matthiasbeyer ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
description = "An interactive command-line HTTP client featuring autocomplete and syntax highlighting"; description = "An interactive command-line HTTP client featuring autocomplete and syntax highlighting";
homepage = https://github.com/eliangcs/http-prompt; homepage = https://github.com/eliangcs/http-prompt;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; # can only test on linux platforms = platforms.linux; # can only test on linux
}; };
} }

View file

@ -634,7 +634,7 @@ in {
meta = { meta = {
description = "Atomic file writes on POSIX"; description = "Atomic file writes on POSIX";
homepage = https://pypi.python.org/pypi/atomicwrites/0.1.0; homepage = https://pypi.python.org/pypi/atomicwrites/0.1.0;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -4759,7 +4759,7 @@ in {
description = "Python humanize utilities"; description = "Python humanize utilities";
homepage = https://github.com/jmoiron/humanize; homepage = https://github.com/jmoiron/humanize;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; # can only test on linux platforms = platforms.linux; # can only test on linux
}; };
@ -4847,7 +4847,7 @@ in {
description = "WSGI HTTP Digest Authentication middleware"; description = "WSGI HTTP Digest Authentication middleware";
homepage = https://github.com/jonashaag/httpauth; homepage = https://github.com/jonashaag/httpauth;
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
}; };
@ -16738,7 +16738,7 @@ in {
homepage = https://github.com/uri-templates/uritemplate-py; homepage = https://github.com/uri-templates/uritemplate-py;
description = "Python implementation of URI Template"; description = "Python implementation of URI Template";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ ];
}; };
}; };