postgres: Cleanup meta

This commit is contained in:
William A. Kennington III 2015-05-23 13:49:45 -07:00
parent 3dbdfd0aa8
commit c078890a19
6 changed files with 31 additions and 25 deletions

View File

@ -20,11 +20,12 @@ stdenv.mkDerivation rec {
passthru = { inherit readline; }; passthru = { inherit readline; };
meta = { meta = with stdenv.lib; {
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 = stdenv.lib.licenses.postgresql; license = licenses.postgresql;
maintainers = [ stdenv.lib.maintainers.ocharles ]; maintainers = with maintaiers; [ ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux; platforms = platforms.unix;
hydraPlatforms = platforms.linux;
}; };
} }

View File

@ -23,11 +23,12 @@ stdenv.mkDerivation rec {
psqlSchema = "9.0"; psqlSchema = "9.0";
}; };
meta = { meta = with stdenv.lib; {
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 = stdenv.lib.licenses.postgresql; license = licenses.postgresql;
maintainers = [ stdenv.lib.maintainers.ocharles ]; maintainers = with maintaiers; [ ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux; platforms = platforms.unix;
hydraPlatforms = platforms.linux;
}; };
} }

View File

@ -31,11 +31,12 @@ stdenv.mkDerivation rec {
psqlSchema = "9.1"; psqlSchema = "9.1";
}; };
meta = { meta = with stdenv.lib; {
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 = stdenv.lib.licenses.postgresql; license = licenses.postgresql;
maintainers = [ stdenv.lib.maintainers.ocharles ]; maintainers = with maintaiers; [ ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux; platforms = platforms.unix;
hydraPlatforms = platforms.linux;
}; };
} }

View File

@ -29,11 +29,12 @@ stdenv.mkDerivation rec {
psqlSchema = "9.2"; psqlSchema = "9.2";
}; };
meta = { meta = with stdenv.lib; {
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 = stdenv.lib.licenses.postgresql; license = licenses.postgresql;
maintainers = [ stdenv.lib.maintainers.ocharles ]; maintainers = with maintaiers; [ ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux; platforms = platforms.unix;
hydraPlatforms = platforms.linux;
}; };
} }

View File

@ -33,11 +33,12 @@ stdenv.mkDerivation rec {
psqlSchema = "9.3"; psqlSchema = "9.3";
}; };
meta = { meta = with stdenv.lib; {
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 = stdenv.lib.licenses.postgresql; license = licenses.postgresql;
maintainers = [ stdenv.lib.maintainers.ocharles ]; maintainers = with maintaiers; [ ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux; platforms = platforms.unix;
hydraPlatforms = platforms.linux;
}; };
} }

View File

@ -33,11 +33,12 @@ stdenv.mkDerivation rec {
psqlSchema = "9.4"; psqlSchema = "9.4";
}; };
meta = { meta = with stdenv.lib; {
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 = stdenv.lib.licenses.postgresql; license = licenses.postgresql;
maintainers = with stdenv.lib.maintainers; [ aristid ocharles ]; maintainers = with maintaiers; [ ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux; platforms = platforms.unix;
hydraPlatforms = platforms.linux;
}; };
} }