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.
This commit is contained in:
Ollie Charles 2020-12-07 14:26:45 +00:00
parent e750a79e49
commit 1675b11cd4
15 changed files with 14 additions and 20 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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