about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-11 05:40:47 +0200
committerGitHub <noreply@github.com>2023-05-11 05:40:47 +0200
commit2467a8efeb31aafd00ee2b49a117106558fea19a (patch)
tree9ad1987661bbd6c4a3f4c90500053b2c90a396ac
parent69055c4ad5795e9af430fc427ce60d20eba2c403 (diff)
downloadnixlib-2467a8efeb31aafd00ee2b49a117106558fea19a.tar
nixlib-2467a8efeb31aafd00ee2b49a117106558fea19a.tar.gz
nixlib-2467a8efeb31aafd00ee2b49a117106558fea19a.tar.bz2
nixlib-2467a8efeb31aafd00ee2b49a117106558fea19a.tar.lz
nixlib-2467a8efeb31aafd00ee2b49a117106558fea19a.tar.xz
nixlib-2467a8efeb31aafd00ee2b49a117106558fea19a.tar.zst
nixlib-2467a8efeb31aafd00ee2b49a117106558fea19a.zip
python3Packages.uptime-kuma-api: add changelog to meta
- add format
-rw-r--r--pkgs/development/python-modules/uptime-kuma-api/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/uptime-kuma-api/default.nix b/pkgs/development/python-modules/uptime-kuma-api/default.nix
index 0c09255e43a3..48bbbf84aa11 100644
--- a/pkgs/development/python-modules/uptime-kuma-api/default.nix
+++ b/pkgs/development/python-modules/uptime-kuma-api/default.nix
@@ -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 ];
   };