3
0
Fork 0
forked from mirrors/nixpkgs

postgresql: Add myself as maintainer

This commit is contained in:
William A. Kennington III 2015-05-23 19:07:36 -07:00
parent 243dc10b0b
commit e9d0c395d1

View file

@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
homepage = http://www.postgresql.org/;
description = "A powerful, open source object-relational database system";
license = licenses.postgresql;
maintainers = with maintaiers; [ ocharles ];
maintainers = with maintaiers; [ ocharles wkennington ];
platforms = platforms.unix;
hydraPlatforms = platforms.linux;
};