mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
postgres: Cleanup meta
This commit is contained in:
parent
3dbdfd0aa8
commit
c078890a19
@ -20,11 +20,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = { inherit readline; };
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = stdenv.lib.licenses.postgresql;
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.postgresql;
|
||||
maintainers = with maintaiers; [ ocharles ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -23,11 +23,12 @@ stdenv.mkDerivation rec {
|
||||
psqlSchema = "9.0";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = stdenv.lib.licenses.postgresql;
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.postgresql;
|
||||
maintainers = with maintaiers; [ ocharles ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -31,11 +31,12 @@ stdenv.mkDerivation rec {
|
||||
psqlSchema = "9.1";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = stdenv.lib.licenses.postgresql;
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.postgresql;
|
||||
maintainers = with maintaiers; [ ocharles ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -29,11 +29,12 @@ stdenv.mkDerivation rec {
|
||||
psqlSchema = "9.2";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = stdenv.lib.licenses.postgresql;
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.postgresql;
|
||||
maintainers = with maintaiers; [ ocharles ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -33,11 +33,12 @@ stdenv.mkDerivation rec {
|
||||
psqlSchema = "9.3";
|
||||
};
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = stdenv.lib.licenses.postgresql;
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.postgresql;
|
||||
maintainers = with maintaiers; [ ocharles ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -33,11 +33,12 @@ stdenv.mkDerivation rec {
|
||||
psqlSchema = "9.4";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://www.postgresql.org/ ;
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = stdenv.lib.licenses.postgresql;
|
||||
maintainers = with stdenv.lib.maintainers; [ aristid ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.postgresql;
|
||||
maintainers = with maintaiers; [ ocharles ];
|
||||
platforms = platforms.unix;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user