Remove myself from maintainers sets

Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
wip/yesman
Ollie Charles 4 years ago
parent e750a79e49
commit 1675b11cd4
  1. 6
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/display-managers/lightdm/default.nix
  3. 2
      pkgs/applications/display-managers/lightdm/gtk-greeter.nix
  4. 2
      pkgs/applications/misc/garmin-plugin/default.nix
  5. 2
      pkgs/applications/misc/golden-cheetah/default.nix
  6. 2
      pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
  7. 2
      pkgs/development/libraries/garmintools/default.nix
  8. 2
      pkgs/development/python-modules/gtimelog/default.nix
  9. 2
      pkgs/development/web/xmlindent/default.nix
  10. 2
      pkgs/servers/monitoring/prometheus/rabbitmq-exporter.nix
  11. 2
      pkgs/servers/sql/postgresql/default.nix
  12. 2
      pkgs/shells/fish/default.nix
  13. 2
      pkgs/tools/backup/wal-g/default.nix
  14. 2
      pkgs/tools/misc/opentsdb/default.nix
  15. 2
      pkgs/tools/networking/siege/default.nix

@ -6529,12 +6529,6 @@
githubId = 3359345;
name = "obadz";
};
ocharles = {
email = "ollie@ocharles.org.uk";
github = "ocharles";
githubId = 20878;
name = "Oliver Charles";
};
odi = {
email = "oliver.dunkl@gmail.com";
github = "odi";

@ -140,6 +140,6 @@ stdenv.mkDerivation rec {
description = "A cross-desktop display manager";
platforms = platforms.linux;
license = licenses.gpl3;
maintainers = with maintainers; [ ocharles worldofpeace ];
maintainers = with maintainers; [ worldofpeace ];
};
}

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
homepage = "https://launchpad.net/lightdm-gtk-greeter";
platforms = platforms.linux;
license = licenses.gpl3;
maintainers = with maintainers; [ ocharles ];
maintainers = with maintainers; [ ];
};
}

@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.andreas-diesner.de/garminplugin";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.ocharles ];
maintainers = [ ];
platforms = stdenv.lib.platforms.linux;
};
}

@ -72,7 +72,7 @@ in mkDerivation rec {
meta = with stdenv.lib; {
description = "Performance software for cyclists, runners and triathletes";
platforms = platforms.linux;
maintainers = [ maintainers.ocharles ];
maintainers = [ ];
license = licenses.gpl3;
};
}

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "Synchronize maildirs and notmuch databases";
homepage = "http://www.muchsync.org/";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ ocharles ];
maintainers = with stdenv.lib.maintainers; [];
license = stdenv.lib.licenses.gpl2Plus;
};
}

@ -10,7 +10,7 @@ stdenv.mkDerivation {
description = "Provides the ability to communicate with the Garmin Forerunner 305 via the USB interface";
homepage = "https://code.google.com/archive/p/garmintools/"; # community clone at https://github.com/ianmartin/garmintools
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.ocharles ];
maintainers = [ ];
platforms = stdenv.lib.platforms.unix;
};
}

@ -54,7 +54,7 @@ buildPythonPackage rec {
'';
homepage = "https://gtimelog.org/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ocharles oxzi ];
maintainers = with maintainers; [ oxzi ];
platforms = platforms.unix;
};
}

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "http://xmlindent.sourceforge.net/";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.ocharles ];
maintainers = [ ];
};
}

@ -20,7 +20,7 @@ buildGoPackage {
description = "Prometheus exporter for RabbitMQ";
homepage = "https://github.com/kbudde/rabbitmq_exporter";
license = licenses.mit;
maintainers = with maintainers; [ ocharles ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -148,7 +148,7 @@ let
homepage = "https://www.postgresql.org";
description = "A powerful, open source object-relational database system";
license = licenses.postgresql;
maintainers = with maintainers; [ ocharles thoughtpolice danbst globin marsam ];
maintainers = with maintainers; [ thoughtpolice danbst globin marsam ];
platforms = platforms.unix;
knownVulnerabilities = optional (!atLeast "9.4")
"PostgreSQL versions older than 9.4 are not maintained anymore!";

@ -203,7 +203,7 @@ let
homepage = "http://fishshell.com/";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ ocharles cole-h ];
maintainers = with maintainers; [ cole-h ];
};
passthru = {

@ -27,6 +27,6 @@ buildGoModule rec {
homepage = "https://github.com/wal-g/wal-g";
license = licenses.asl20;
description = "An archival restoration tool for PostgreSQL";
maintainers = with maintainers; [ ocharles marsam ];
maintainers = with maintainers; [ marsam ];
};
}

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = "http://opentsdb.net";
license = licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = [ maintainers.ocharles ];
maintainers = [ ];
};
}

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "HTTP load tester";
maintainers = with maintainers; [ ocharles raskin ];
maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
license = licenses.gpl2Plus;
};

Loading…
Cancel
Save