Remove myself as maintainer of some packages.

wip/yesman
Rickard Nilsson 5 years ago
parent 151d86c455
commit 225e412edb
  1. 2
      pkgs/applications/audio/gmpc/default.nix
  2. 2
      pkgs/applications/audio/mopidy/default.nix
  3. 2
      pkgs/applications/audio/mopidy/moped.nix
  4. 2
      pkgs/applications/audio/mopidy/spotify.nix
  5. 2
      pkgs/applications/graphics/darktable/default.nix
  6. 2
      pkgs/applications/networking/browsers/vimb/default.nix
  7. 2
      pkgs/development/libraries/libivykis/default.nix
  8. 2
      pkgs/development/python-modules/carbon/default.nix
  9. 2
      pkgs/development/python-modules/cliapp/default.nix
  10. 2
      pkgs/development/python-modules/graphite-web/default.nix
  11. 2
      pkgs/development/python-modules/larch/default.nix
  12. 2
      pkgs/development/python-modules/pykka/default.nix
  13. 2
      pkgs/development/python-modules/pyspotify/default.nix
  14. 2
      pkgs/development/python-modules/tracing/default.nix
  15. 2
      pkgs/development/python-modules/ttystatus/default.nix
  16. 2
      pkgs/development/python-modules/txamqp/default.nix
  17. 2
      pkgs/development/python-modules/whisper/default.nix
  18. 2
      pkgs/development/python-modules/ws4py/default.nix
  19. 2
      pkgs/development/tools/build-managers/sbt/default.nix
  20. 2
      pkgs/development/tools/misc/kibana/5.x.nix
  21. 2
      pkgs/development/tools/misc/kibana/6.x.nix
  22. 2
      pkgs/development/tools/misc/kibana/7.x.nix
  23. 2
      pkgs/development/web/remarkjs/default.nix
  24. 2
      pkgs/servers/diod/default.nix
  25. 2
      pkgs/servers/monitoring/riemann/default.nix
  26. 2
      pkgs/servers/search/solr/8.x.nix
  27. 2
      pkgs/servers/search/solr/default.nix
  28. 2
      pkgs/tools/X11/xcalib/default.nix
  29. 2
      pkgs/tools/backup/wal-e/default.nix
  30. 2
      pkgs/tools/graphics/argyllcms/default.nix
  31. 2
      pkgs/tools/misc/riemann-c-client/default.nix
  32. 2
      pkgs/tools/networking/chrony/default.nix
  33. 2
      pkgs/tools/networking/httping/default.nix
  34. 2
      pkgs/tools/networking/network-manager/applet.nix
  35. 2
      pkgs/tools/networking/network-manager/default.nix
  36. 2
      pkgs/tools/networking/swaks/default.nix
  37. 2
      pkgs/tools/system/runit/default.nix
  38. 2
      pkgs/tools/system/syslog-ng-incubator/default.nix
  39. 2
      pkgs/tools/system/syslog-ng/default.nix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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;
license = licenses.gpl2Plus;
};

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save