Loading pkgs/development/python-modules/pyorthanc/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/pyorthanc/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading