Unverified Commit 2f786041 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.uarray: add changelog to meta

parent 386e175b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Universal array library";
    homepage = "https://github.com/Quansight-Labs/uarray";
    changelog = "https://github.com/Quansight-Labs/uarray/releases/tag/${src.tag}";
    license = licenses.bsd0;
    maintainers = [ lib.maintainers.pbsds ];
  };