git-repo-updater: Add myself to maintainers

This commit is contained in:
Artturin
2025-07-04 00:08:06 +03:00
parent 5cb1f85e4a
commit 5b6b23cae1
@@ -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";
};
}