forked from mirrors/nixpkgs
cloudflared: add changelog to meta
This commit is contained in:
parent
8435101b64
commit
a5e6496517
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue