Unverified Commit 2467a8ef authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.uptime-kuma-api: add changelog to meta

- add format
parent 69055c4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
buildPythonPackage rec {
  pname = "uptime-kuma-api";
  version = "0.13.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

@@ -32,6 +33,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "A Python wrapper for the Uptime Kuma Socket.IO API";
    homepage = "https://github.com/lucasheld/uptime-kuma-api";
    changelog = "https://github.com/lucasheld/uptime-kuma-api/blob/${version}/CHANGELOG.md";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ julienmalka ];
  };