git-absorb: add tomfitzhenry as maintainer

This commit is contained in:
Tom Fitzhenry 2024-04-27 22:41:59 +10:00
parent 3d870b59de
commit 025f6c0298
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/tummychow/git-absorb";
description = "git commit --fixup, but automatic";
license = [ licenses.bsd3 ];
maintainers = [ ];
maintainers = with maintainers; [ tomfitzhenry ];
mainProgram = "git-absorb";
};
}