postgresql: add myself to maintainers

main
Ivan Kozik 3 years ago
parent 7a12cae1b1
commit 9e1e3f5365
  1. 2
      pkgs/servers/sql/postgresql/default.nix

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

Loading…
Cancel
Save