changedetection-io: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-15 09:42:51 +02:00 committed by GitHub
parent 0432ccf671
commit 567547a0e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = version;
sha256 = "sha256-QTkkMFGyEGSakvFCiJ36Xr3IiG9K7GDy2dpNGWjUngs=";
rev = "refs/tags/${version}";
hash = "sha256-QTkkMFGyEGSakvFCiJ36Xr3IiG9K7GDy2dpNGWjUngs=";
};
postPatch = ''
@ -71,8 +71,9 @@ python3.pkgs.buildPythonApplication rec {
];
meta = with lib; {
description = "Self-hosted free open source website change detection tracking, monitoring and notification service";
homepage = "https://github.com/dgtlmoon/changedetection.io";
description = "Simplest self-hosted free open source website change detection tracking, monitoring and notification service";
changelog = "https://github.com/dgtlmoon/changedetection.io/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};