percona: correct licensing information

Corrects the partially wrong change from #313931, all Oracle MySQL
derivates are actually GPLv2 only.
This commit is contained in:
Oliver Schmidt 2024-10-13 22:56:01 +02:00
parent 6d0da9a167
commit f02bd5b0fc
3 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ stdenv.mkDerivation (finalAttrs: {
MySQL® that provides superior performance, scalability and instrumentation.
Long-term support release.
'';
license = licenses.gpl2Plus;
license = licenses.gpl2Only;
maintainers = teams.flyingcircus.members;
platforms = platforms.unix;
};

View File

@ -214,7 +214,7 @@ stdenv.mkDerivation (finalAttrs: {
MySQL® that provides superior performance, scalability and instrumentation.
Long-term support release.
'';
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = teams.flyingcircus.members;
platforms = platforms.unix;
};

View File

@ -109,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Non-blocking backup tool for MySQL";
homepage = "http://www.percona.com/software/percona-xtrabackup";
license = licenses.lgpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = teams.flyingcircus.members ++ [ maintainers.izorkin ];
};