git-absorb: add tomfitzhenry as maintainer
This commit is contained in:
parent
3d870b59de
commit
025f6c0298
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/tummychow/git-absorb";
|
homepage = "https://github.com/tummychow/git-absorb";
|
||||||
description = "git commit --fixup, but automatic";
|
description = "git commit --fixup, but automatic";
|
||||||
license = [ licenses.bsd3 ];
|
license = [ licenses.bsd3 ];
|
||||||
maintainers = [ ];
|
maintainers = with maintainers; [ tomfitzhenry ];
|
||||||
mainProgram = "git-absorb";
|
mainProgram = "git-absorb";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue