postgresql: add myself to maintainers

This commit is contained in:
Ivan Kozik 2021-11-08 11:34:41 +00:00
parent 7a12cae1b1
commit 9e1e3f5365

View File

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