git-repo-updater: Add myself to maintainers
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user