Fix typos
This commit is contained in:
parent
330d198be1
commit
fb2d45233a
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user