Commit bc3b07cb authored by Jasper Woudenberg's avatar Jasper Woudenberg Committed by Austin Seipp
Browse files

resilio: Add jwoudenberg as extra maintainer

parent c8f9d170
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -285,4 +285,6 @@ in
      };
    };
  };

  meta.maintainers = with maintainers; [ jwoudenberg ];
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}