python311Packages.jsonpatch: update license

https://github.com/stefankoegl/python-json-patch/blob/master/LICENSE
This commit is contained in:
Fabian Affolter
2023-08-18 12:23:17 +02:00
parent e9bb101a89
commit 7a8f3be18e
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "stefankoegl";
repo = "python-json-patch";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-JHBB64LExzHQVoFF2xcsqGlNWX/YeEBa1M/TmfeQLWI=";
};
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to apply JSON Patches according to RFC 6902";
homepage = "https://github.com/stefankoegl/python-json-patch";
license = licenses.bsd2; # "Modified BSD license, says pypi"
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};
}