fix license for postgresql packages
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user