postgresql: Add myself as maintainer
This commit is contained in:
parent
243dc10b0b
commit
e9d0c395d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue