Commit 5b6b23ca authored by Artturin's avatar Artturin
Browse files

git-repo-updater: Add myself to maintainers

parent 5cb1f85e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -30,7 +30,10 @@ buildPythonApplication rec {
    description = "Easily update multiple Git repositories at once";
    homepage = "https://github.com/earwig/git-repo-updater";
    license = licenses.mit;
    maintainers = with maintainers; [ bdesham ];
    maintainers = with maintainers; [
      bdesham
      artturin
    ];
    mainProgram = "gitup";
  };
}