postgres: Cleanup meta
This commit is contained in:
parent
3dbdfd0aa8
commit
c078890a19
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user