ananicy-cpp: fix license

This commit is contained in:
h7x4 2024-06-16 22:13:30 +02:00
parent 6ffa5d7cba
commit 53cede6f86
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

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