mariadb-connector-c: correct license, lgpl 2.1 or later

This commit is contained in:
sternenseemann 2021-03-20 01:40:48 +01:00
parent a839c811a5
commit 92887309bb

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Client library that can be used to connect to MySQL or MariaDB"; description = "Client library that can be used to connect to MySQL or MariaDB";
license = licenses.lgpl21; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ globin ]; maintainers = with maintainers; [ globin ];
platforms = platforms.all; platforms = platforms.all;
}; };