postgresql: add marsam as maintainer

This commit is contained in:
Mario Rodas 2020-09-24 04:20:00 +00:00
parent 27733e2bf6
commit 8f9d4f3fc6

View File

@ -144,7 +144,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 ];
maintainers = with maintainers; [ ocharles thoughtpolice danbst globin marsam ];
platforms = platforms.unix;
knownVulnerabilities = optional (!atLeast "9.4")
"PostgreSQL versions older than 9.4 are not maintained anymore!";