From bc3b07cb93e042901f138ebef7433c44f468e92d Mon Sep 17 00:00:00 2001 From: Jasper Woudenberg Date: Tue, 8 Jun 2021 08:56:38 +0200 Subject: [PATCH] resilio: Add jwoudenberg as extra maintainer --- nixos/modules/services/networking/resilio.nix | 2 ++ pkgs/applications/networking/resilio-sync/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/resilio.nix b/nixos/modules/services/networking/resilio.nix index 5a861dd874cb..cc9495bf2383 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 3d12b11b5141..c52e96066f8c 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 ]; }; }