Merge pull request #116997 from sternenseemann/mariadb-connector-c-license

mariadb-connector-c: correct license, lgpl 2.1 or later
This commit is contained in:
Sandro 2021-03-20 02:46:00 +01:00 committed by GitHub
commit 4c66dadcb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};