Fix typos

This commit is contained in:
Eelco Dolstra 2015-06-04 11:16:44 +02:00
parent 330d198be1
commit fb2d45233a
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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