trayscale: fix changelog url

This commit is contained in:
h7x4
2024-07-02 20:32:34 +02:00
parent be65c34b8b
commit 8ae38019cf
@@ -46,7 +46,7 @@ buildGoModule rec {
'';
meta = with lib; {
changelog = "https://github.com/DeedleFake/trayscale/releases/tag/${version}";
changelog = "https://github.com/DeedleFake/trayscale/releases/tag/${src.rev}";
description = "Unofficial GUI wrapper around the Tailscale CLI client";
homepage = "https://github.com/DeedleFake/trayscale";
license = licenses.mit;