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 = {
description = "Client library that can be used to connect to MySQL or MariaDB";
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ globin ];
platforms = platforms.all;
};