Unverified Commit 44bdf18f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.globus-sdk: add changelog to meta

parent 8d4f1b71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Interface to Globus REST APIs, including the Transfer API and the Globus Auth API";
    homepage =  "https://github.com/globus/globus-sdk-python";
    changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ ixxie ];
  };