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

@@ -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!";