python311Packages.yapsy: fix license

see https://yapsy.sourceforge.net/#license
This commit is contained in:
natsukium 2024-04-09 22:05:12 +09:00
parent 74af93dd19
commit 38955a7203
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -30,6 +30,6 @@ buildPythonPackage {
meta = with lib; {
homepage = "https://yapsy.sourceforge.net/";
description = "Yet another plugin system";
license = licenses.bsd0;
license = licenses.bsd2;
};
}