libpqxx: fix license

This commit is contained in:
Orivej Desh 2018-12-06 16:34:10 +00:00
parent 3b445042ac
commit 0c1a4e808a

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A C++ library to access PostgreSQL databases";
homepage = http://pqxx.org/development/libpqxx/;
license = lib.licenses.postgresql;
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.eelco ];
};