libpqxx: fix license
This commit is contained in:
parent
3b445042ac
commit
0c1a4e808a
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A C++ library to access PostgreSQL databases";
|
description = "A C++ library to access PostgreSQL databases";
|
||||||
homepage = http://pqxx.org/development/libpqxx/;
|
homepage = http://pqxx.org/development/libpqxx/;
|
||||||
license = lib.licenses.postgresql;
|
license = lib.licenses.bsd3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user