about summary refs log tree commit diff
path: root/pkgs/applications/networking/resilio-sync
diff options
context:
space:
mode:
authorJasper Woudenberg <mail@jasperwoudenberg.com>2021-06-08 08:56:38 +0200
committerAustin Seipp <aseipp@pobox.com>2022-12-02 12:08:33 -0600
commitbc3b07cb93e042901f138ebef7433c44f468e92d (patch)
tree1ce5172794d6d83976b58437f3b4a34c39d06a57 /pkgs/applications/networking/resilio-sync
parentc8f9d170d460fbbc971b8885a0ada3d3d61739b3 (diff)
resilio: Add jwoudenberg as extra maintainer
Diffstat (limited to 'pkgs/applications/networking/resilio-sync')
-rw-r--r--pkgs/applications/networking/resilio-sync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/resilio-sync/default.nix b/pkgs/applications/networking/resilio-sync/default.nix
index 3d12b11b51410..c52e96066f8c5 100644
--- a/pkgs/applications/networking/resilio-sync/default.nix
+++ b/pkgs/applications/networking/resilio-sync/default.nix
@@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license     = licenses.unfreeRedistributable;
     platforms   = platforms.linux;
-    maintainers = with maintainers; [ domenkozar thoughtpolice cwoac ];
+    maintainers = with maintainers; [ domenkozar thoughtpolice cwoac jwoudenberg ];
   };
 }