Unverified Commit 60b08961 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.pyorthanc: add changelog to meta

parent 1b2eded7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library that wraps the Orthanc REST API";
    homepage = "https://github.com/gacou54/pyorthanc";
    changelog = "https://github.com/gacou54/pyorthanc/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ bcdarwin ];
  };