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:
commit
4c66dadcb3
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user