about summary refs log tree commit diff
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
parentc8f9d170d460fbbc971b8885a0ada3d3d61739b3 (diff)
resilio: Add jwoudenberg as extra maintainer
-rw-r--r--nixos/modules/services/networking/resilio.nix2
-rw-r--r--pkgs/applications/networking/resilio-sync/default.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/resilio.nix b/nixos/modules/services/networking/resilio.nix
index 5a861dd874cbc..cc9495bf2383e 100644
--- a/nixos/modules/services/networking/resilio.nix
+++ b/nixos/modules/services/networking/resilio.nix
@@ -285,4 +285,6 @@ in
       };
     };
   };
+
+  meta.maintainers = with maintainers; [ jwoudenberg ];
 }
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 ];
   };
 }