Loading nixos/modules/services/networking/resilio.nix +2 −0 Original line number Diff line number Diff line Loading @@ -285,4 +285,6 @@ in }; }; }; meta.maintainers = with maintainers; [ jwoudenberg ]; } pkgs/applications/networking/resilio-sync/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
nixos/modules/services/networking/resilio.nix +2 −0 Original line number Diff line number Diff line Loading @@ -285,4 +285,6 @@ in }; }; }; meta.maintainers = with maintainers; [ jwoudenberg ]; }
pkgs/applications/networking/resilio-sync/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; }