postgres: Fix maintainers

This commit is contained in:
William A. Kennington III 2015-05-23 22:26:16 -07:00
parent bb6ac771c4
commit e8392bb33f

View File

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