Commit 1e6a6aa4 authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.sexpdata: update meta

parent 2af7b266
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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; [ ];
  };

}