Revert "postgresql: Add myself as maintainer"

This reverts commit e9d0c395d1e9e1616ae07fa9eacbbfc9df52d4a8.
This commit is contained in:
Eelco Dolstra 2015-06-01 21:16:21 +02:00
parent 4d0156025d
commit 3da0f64088

View File

@ -85,7 +85,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 maintaiers; [ ocharles ];
platforms = platforms.unix; platforms = platforms.unix;
hydraPlatforms = platforms.linux; hydraPlatforms = platforms.linux;
}; };