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
+1 -1
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