summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-02 08:59:13 +0100
committerGitHub <noreply@github.com>2023-03-02 08:59:13 +0100
commita5e6496517ba0b13f57493aa118b8ae7ce96336e (patch)
treec9b8deee241268de0502e89ca79366fcc081c053 /pkgs/applications/networking/cloudflared
parent8435101b6402b57bd29695d9fffa6afef3734fc8 (diff)
cloudflared: add changelog to meta
Diffstat (limited to 'pkgs/applications/networking/cloudflared')
-rw-r--r--pkgs/applications/networking/cloudflared/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index d17acc7fdb46..684451664ac9 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -65,6 +65,7 @@ buildGoModule rec {
meta = with lib; {
description = "Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client";
homepage = "https://www.cloudflare.com/products/tunnel";
+ changelog = "https://github.com/cloudflare/cloudflared/releases/tag/${version}";
license = licenses.asl20;
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe ];