forked from mirrors/nixpkgs
postgres: Fix maintainers
This commit is contained in:
parent
bb6ac771c4
commit
e8392bb33f
|
@ -96,7 +96,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 wkennington ];
|
||||
maintainers = with maintainers; [ ocharles wkennington ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue