Merge pull request #320353 from h7x4/pkgs-fix-ananicy-cpp-license

ananicy-cpp: fix license
This commit is contained in:
Artturin 2024-06-17 04:02:32 +03:00 committed by GitHub
commit b24cf9b536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ clangStdenv.mkDerivation rec {
meta = {
homepage = "https://gitlab.com/ananicy-cpp/ananicy-cpp";
description = "Rewrite of ananicy in c++ for lower cpu and memory usage";
license = lib.licenses.gpl3Only;
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
artturin