python310Packages.fastbencode: fix license

This commit is contained in:
Mario Rodas 2022-07-01 18:45:00 +00:00
parent 95999dfb49
commit 555f9ae132

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Fast implementation of bencode";
homepage = "https://github.com/breezy-team/fastbencode";
license = licenses.gpl2Only;
license = licenses.gpl2Plus;
maintainers = [ maintainers.marsam ];
};
}