lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.jsonpatch: update license

https://github.com/stefankoegl/python-json-patch/blob/master/LICENSE

+2 -2
+2 -2
pkgs/development/python-modules/jsonpatch/default.nix
··· 16 16 src = fetchFromGitHub { 17 17 owner = "stefankoegl"; 18 18 repo = "python-json-patch"; 19 - rev = "v${version}"; 19 + rev = "refs/tags/v${version}"; 20 20 hash = "sha256-JHBB64LExzHQVoFF2xcsqGlNWX/YeEBa1M/TmfeQLWI="; 21 21 }; 22 22 ··· 39 39 meta = with lib; { 40 40 description = "Library to apply JSON Patches according to RFC 6902"; 41 41 homepage = "https://github.com/stefankoegl/python-json-patch"; 42 - license = licenses.bsd2; # "Modified BSD license, says pypi" 42 + license = licenses.bsd3; 43 43 maintainers = with maintainers; [ ]; 44 44 }; 45 45 }