python310Packages.sexpdata: update meta

This commit is contained in:
Mario Rodas 2023-06-17 01:06:00 +00:00
parent 2af7b26685
commit 1e6a6aa4a8

View file

@ -29,8 +29,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "S-expression parser for Python";
homepage = "https://github.com/tkf/sexpdata";
license = licenses.bsd0;
homepage = "https://github.com/jd-boyd/sexpdata";
changelog = "https://github.com/jd-boyd/sexpdata/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = with maintainers; [ ];
};
}