python3Packages.iterfzf: fix license

This commit is contained in:
Fabian Affolter
2026-01-27 14:10:05 +01:00
committed by GitHub
parent 0b6507e858
commit 867fe0f1c0
@@ -54,7 +54,7 @@ buildPythonPackage rec {
description = "Pythonic interface to fzf, a CLI fuzzy finder";
homepage = "https://github.com/dahlia/iterfzf";
changelog = "https://github.com/dahlia/iterfzf/releases/tag/${version}";
license = lib.licenses.gpl3Only;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ fab ];
platforms = lib.platforms.unix;
};