about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorQJoly <github@thoughtless.eu>2023-08-24 09:34:58 +0200
committerQJoly <github@thoughtless.eu>2023-08-24 09:34:58 +0200
commit1025a76f07f206e880355bfe12d4c07578601cdf (patch)
treecfea080a12463ccc734ff52dbde3f695e73e2b15 /pkgs/applications/networking/cloudflared
parent69f44e2e0e8426d3c1ebb31d4a9edf4d953bb29c (diff)
cloudflard: also, add qjoly as maintainer
Diffstat (limited to 'pkgs/applications/networking/cloudflared')
-rw-r--r--pkgs/applications/networking/cloudflared/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index 86816704917f0..9163b8a5d59f6 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -78,7 +78,7 @@ buildGoModule rec {
     changelog = "https://github.com/cloudflare/cloudflared/releases/tag/${version}";
     license = licenses.asl20;
     platforms = platforms.unix ++ platforms.windows;
-    maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe ];
+    maintainers = with maintainers; [ bbigras enorris thoughtpolice piperswe qjoly ];
     mainProgram = "cloudflared";
   };
 }