fix license for postgresql packages
This commit is contained in:
parent
73e569bf01
commit
559045d98c
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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 = "bsd";
|
license = stdenv.lib.licenses.postgresql;
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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 = "bsd";
|
license = stdenv.lib.licenses.postgresql;
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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 = "bsd";
|
license = stdenv.lib.licenses.postgresql;
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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 = "bsd";
|
license = stdenv.lib.licenses.postgresql;
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
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 = "bsd";
|
license = stdenv.lib.licenses.postgresql;
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user