cloudflared: add changelog to meta
This commit is contained in:
parent
8435101b64
commit
a5e6496517
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client";
|
description = "Cloudflare Tunnel daemon, Cloudflare Access toolkit, and DNS-over-HTTPS client";
|
||||||
homepage = "https://www.cloudflare.com/products/tunnel";
|
homepage = "https://www.cloudflare.com/products/tunnel";
|
||||||
|
changelog = "https://github.com/cloudflare/cloudflared/releases/tag/${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix ++ platforms.windows;
|
platforms = platforms.unix ++ platforms.windows;
|
||||||
maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe ];
|
maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe ];
|
||||||
|
|
Loading…
Reference in a new issue