Remove myself as maintainer of some packages.

This commit is contained in:
Rickard Nilsson 2019-08-20 15:24:01 +02:00
parent 151d86c455
commit 225e412edb
39 changed files with 39 additions and 39 deletions

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = https://gmpclient.org; homepage = https://gmpclient.org;
description = "A GTK2 frontend for Music Player Daemon"; description = "A GTK2 frontend for Music Player Daemon";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.rickynils ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -38,7 +38,7 @@ pythonPackages.buildPythonApplication rec {
SoundCloud, Google Play Music, and more SoundCloud, Google Play Music, and more
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ rickynils fpletz ]; maintainers = [ maintainers.fpletz ];
hydraPlatforms = []; hydraPlatforms = [];
}; };
} }

View File

@ -20,7 +20,7 @@ pythonPackages.buildPythonApplication rec {
homepage = https://github.com/martijnboland/moped; homepage = https://github.com/martijnboland/moped;
description = "A web client for Mopidy"; description = "A web client for Mopidy";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.rickynils ]; maintainers = [];
hydraPlatforms = []; hydraPlatforms = [];
}; };
} }

View File

@ -17,7 +17,7 @@ pythonPackages.buildPythonApplication rec {
homepage = https://www.mopidy.com/; homepage = https://www.mopidy.com/;
description = "Mopidy extension for playing music from Spotify"; description = "Mopidy extension for playing music from Spotify";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.rickynils ]; maintainers = [];
hydraPlatforms = []; hydraPlatforms = [];
}; };
} }

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation rec {
homepage = https://www.darktable.org; homepage = https://www.darktable.org;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ goibhniu rickynils flosse mrVanDalo ]; maintainers = with maintainers; [ goibhniu flosse mrVanDalo ];
}; };
} }

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://fanglingsu.github.io/vimb/; homepage = https://fanglingsu.github.io/vimb/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.rickynils ]; maintainers = [];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
notification facilities notification facilities
''; '';
license = licenses.zlib; license = licenses.zlib;
maintainers = [ maintainers.rickynils ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -18,7 +18,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://graphite.wikidot.com/; homepage = http://graphite.wikidot.com/;
description = "Backend data caching and persistence daemon for Graphite"; description = "Backend data caching and persistence daemon for Graphite";
maintainers = with maintainers; [ rickynils offline basvandijk ]; maintainers = with maintainers; [ offline basvandijk ];
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
homepage = http://liw.fi/cliapp/; homepage = http://liw.fi/cliapp/;
description = "Python framework for Unix command line programs"; description = "Python framework for Unix command line programs";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ rickynils ]; maintainers = [];
}; };
} }

View File

@ -48,7 +48,7 @@ else buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://graphite.wikidot.com/; homepage = http://graphite.wikidot.com/;
description = "Enterprise scalable realtime graphing"; description = "Enterprise scalable realtime graphing";
maintainers = with maintainers; [ rickynils offline basvandijk ]; maintainers = with maintainers; [ offline basvandijk ];
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View File

@ -26,7 +26,7 @@ buildPythonPackage rec {
homepage = http://liw.fi/larch/; homepage = http://liw.fi/larch/;
description = "Python B-tree library"; description = "Python B-tree library";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ rickynils ]; maintainers = [];
}; };
} }

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
homepage = http://www.pykka.org; homepage = http://www.pykka.org;
description = "A Python implementation of the actor model"; description = "A Python implementation of the actor model";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ rickynils ]; maintainers = [];
}; };
} }

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
homepage = http://pyspotify.mopidy.com; homepage = http://pyspotify.mopidy.com;
description = "A Python interface to Spotifys online music streaming service"; description = "A Python interface to Spotifys online music streaming service";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ lovek323 rickynils ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -22,7 +22,7 @@ buildPythonPackage rec {
homepage = http://liw.fi/tracing/; homepage = http://liw.fi/tracing/;
description = "Python debug logging helper"; description = "Python debug logging helper";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ rickynils ]; maintainers = [];
}; };
} }

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
homepage = http://liw.fi/ttystatus/; homepage = http://liw.fi/ttystatus/;
description = "Progress and status updates on terminals for Python"; description = "Progress and status updates on terminals for Python";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ rickynils ]; maintainers = [];
}; };
} }

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
homepage = https://launchpad.net/txamqp; homepage = https://launchpad.net/txamqp;
description = "Library for communicating with AMQP peers and brokers using Twisted"; description = "Library for communicating with AMQP peers and brokers using Twisted";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ rickynils ]; maintainers = [];
}; };
} }

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://graphite.wikidot.com/; homepage = http://graphite.wikidot.com/;
description = "Fixed size round-robin style database"; description = "Fixed size round-robin style database";
maintainers = with maintainers; [ rickynils offline basvandijk ]; maintainers = with maintainers; [ offline basvandijk ];
license = licenses.asl20; license = licenses.asl20;
}; };
} }

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://ws4py.readthedocs.org; homepage = https://ws4py.readthedocs.org;
description = "A WebSocket package for Python"; description = "A WebSocket package for Python";
maintainers = with maintainers; [ rickynils ]; maintainers = [];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = https://www.scala-sbt.org/; homepage = https://www.scala-sbt.org/;
license = licenses.bsd3; license = licenses.bsd3;
description = "A build tool for Scala, Java and more"; description = "A build tool for Scala, Java and more";
maintainers = with maintainers; [ nequissimus rickynils ]; maintainers = with maintainers; [ nequissimus ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -39,7 +39,7 @@ in stdenv.mkDerivation rec {
description = "Visualize logs and time-stamped data"; description = "Visualize logs and time-stamped data";
homepage = http://www.elasticsearch.org/overview/kibana; homepage = http://www.elasticsearch.org/overview/kibana;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ offline rickynils ]; maintainers = with maintainers; [ offline ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View File

@ -57,7 +57,7 @@ in stdenv.mkDerivation rec {
description = "Visualize logs and time-stamped data"; description = "Visualize logs and time-stamped data";
homepage = http://www.elasticsearch.org/overview/kibana; homepage = http://www.elasticsearch.org/overview/kibana;
license = if enableUnfree then licenses.elastic else licenses.asl20; license = if enableUnfree then licenses.elastic else licenses.asl20;
maintainers = with maintainers; [ offline rickynils basvandijk ]; maintainers = with maintainers; [ offline basvandijk ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View File

@ -57,7 +57,7 @@ in stdenv.mkDerivation rec {
description = "Visualize logs and time-stamped data"; description = "Visualize logs and time-stamped data";
homepage = http://www.elasticsearch.org/overview/kibana; homepage = http://www.elasticsearch.org/overview/kibana;
license = if enableUnfree then licenses.elastic else licenses.asl20; license = if enableUnfree then licenses.elastic else licenses.asl20;
maintainers = with maintainers; [ offline rickynils basvandijk ]; maintainers = with maintainers; [ offline basvandijk ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };
} }

View File

@ -62,7 +62,7 @@ in stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://remarkjs.com; homepage = http://remarkjs.com;
description = "A simple, in-browser, markdown-driven slideshow tool"; description = "A simple, in-browser, markdown-driven slideshow tool";
maintainers = [ stdenv.lib.maintainers.rickynils ]; maintainers = [];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
broken = true; broken = true;

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "An I/O forwarding server that implements a variant of the 9P protocol"; description = "An I/O forwarding server that implements a variant of the 9P protocol";
maintainers = with maintainers; [ rnhmjoj rickynils ]; maintainers = with maintainers; [ rnhmjoj ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
}; };

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
description = "A network monitoring system"; description = "A network monitoring system";
license = licenses.epl10; license = licenses.epl10;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.rickynils ]; maintainers = [];
}; };
} }

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Open source enterprise search platform from the Apache Lucene project"; description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ rickynils domenkozar aanderse ]; maintainers = with maintainers; [ domenkozar aanderse ];
}; };
} }

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description = "Open source enterprise search platform from the Apache Lucene project"; description = "Open source enterprise search platform from the Apache Lucene project";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
maintainers = [ maintainers.rickynils maintainers.domenkozar maintainers.aanderse ]; maintainers = [ maintainers.domenkozar maintainers.aanderse ];
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage; inherit (src.meta) homepage;
description = "A tiny monitor calibration loader for X and MS-Windows"; description = "A tiny monitor calibration loader for X and MS-Windows";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.rickynils ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -25,7 +25,7 @@ pythonPackages.buildPythonApplication rec {
meta = { meta = {
description = "A Postgres WAL-shipping disaster recovery and replication toolkit"; description = "A Postgres WAL-shipping disaster recovery and replication toolkit";
homepage = https://github.com/wal-e/wal-e; homepage = https://github.com/wal-e/wal-e;
maintainers = [ stdenv.lib.maintainers.rickynils ]; maintainers = [];
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
homepage = http://www.argyllcms.com; homepage = http://www.argyllcms.com;
description = "Color management system (compatible with ICC)"; description = "Color management system (compatible with ICC)";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.rickynils ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/algernon/riemann-c-client; homepage = https://github.com/algernon/riemann-c-client;
description = "A C client library for the Riemann monitoring system"; description = "A C client library for the Riemann monitoring system";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ rickynils pradeepchhetri ]; maintainers = with maintainers; [ pradeepchhetri ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
repositories.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git; repositories.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git;
license = licenses.gpl2; license = licenses.gpl2;
platforms = with platforms; linux ++ freebsd ++ openbsd; platforms = with platforms; linux ++ freebsd ++ openbsd;
maintainers = with maintainers; [ rickynils fpletz ]; maintainers = with maintainers; [ fpletz ];
longDescription = '' longDescription = ''
Chronyd is a daemon which runs in background on the system. It obtains Chronyd is a daemon which runs in background on the system. It obtains

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
latency of the webserver + network. It supports IPv6. latency of the webserver + network. It supports IPv6.
''; '';
license = licenses.agpl3; license = licenses.agpl3;
maintainers = with maintainers; [ rickynils ]; maintainers = [];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }

View File

@ -54,7 +54,7 @@ in stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Projects/NetworkManager; homepage = https://wiki.gnome.org/Projects/NetworkManager;
description = "NetworkManager control applet for GNOME"; description = "NetworkManager control applet for GNOME";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ phreedom rickynils ]; maintainers = with maintainers; [ phreedom ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -120,7 +120,7 @@ in stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Projects/NetworkManager; homepage = https://wiki.gnome.org/Projects/NetworkManager;
description = "Network configuration and management tool"; description = "Network configuration and management tool";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ phreedom rickynils domenkozar obadz ]; maintainers = with maintainers; [ phreedom domenkozar obadz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
A featureful, flexible, scriptable, transaction-oriented SMTP test tool A featureful, flexible, scriptable, transaction-oriented SMTP test tool
''; '';
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ rickynils ndowens ]; maintainers = with maintainers; [ ndowens ];
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
description = "UNIX init scheme with service supervision"; description = "UNIX init scheme with service supervision";
license = licenses.bsd3; license = licenses.bsd3;
homepage = http://smarden.org/runit; homepage = http://smarden.org/runit;
maintainers = with maintainers; [ rickynils joachifm ]; maintainers = with maintainers; [ joachifm ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/balabit/syslog-ng-incubator; homepage = https://github.com/balabit/syslog-ng-incubator;
description = "A collection of tools and modules for syslog-ng"; description = "A collection of tools and modules for syslog-ng";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.rickynils ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
broken = true; # 2018-05-12 broken = true; # 2018-05-12
}; };

View File

@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
homepage = https://www.balabit.com/network-security/syslog-ng/; homepage = https://www.balabit.com/network-security/syslog-ng/;
description = "Next-generation syslogd with advanced networking and filtering capabilities"; description = "Next-generation syslogd with advanced networking and filtering capabilities";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ rickynils fpletz ]; maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }