about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorQJoly <github@thoughtless.eu>2023-08-23 10:00:24 +0200
committerQJoly <github@thoughtless.eu>2023-08-23 10:00:24 +0200
commitc0091bd150c1e49c628cecff70e51781d509fb89 (patch)
tree10a79a70ecec04e077e5460fff0a3ca2256174cf /pkgs/applications
parent345d43faf5bfd5a5c01c18ca71ec95daf5293912 (diff)
avalanchego: add qjoly as maintainer
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/avalanchego/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/avalanchego/default.nix b/pkgs/applications/networking/avalanchego/default.nix
index 2894b740dd5bf..9a6b5a44d05d8 100644
--- a/pkgs/applications/networking/avalanchego/default.nix
+++ b/pkgs/applications/networking/avalanchego/default.nix
@@ -40,6 +40,6 @@ buildGoModule rec {
     homepage = "https://github.com/ava-labs/avalanchego";
     changelog = "https://github.com/ava-labs/avalanchego/releases/tag/v${version}";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ urandom ];
+    maintainers = with maintainers; [ urandom qjoly ];
   };
 }