Skip to content

Commit

Permalink
percona: correct licensing information
Browse files Browse the repository at this point in the history
Corrects the partially wrong change from NixOS#313931, all Oracle MySQL
derivates are actually GPLv2 only.
  • Loading branch information
osnyx committed Oct 13, 2024
1 parent 6d0da9a commit f02bd5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/percona-server/8_0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/sql/percona-server/8_4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/backup/percona-xtrabackup/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit f02bd5b

Please sign in to comment.