tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
git-absorb: add tomfitzhenry as maintainer
Tom Fitzhenry
2 years ago
025f6c02
3d870b59
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
git-absorb
default.nix
+1
-1
pkgs/applications/version-management/git-absorb/default.nix
···
29
29
homepage = "https://github.com/tummychow/git-absorb";
30
30
description = "git commit --fixup, but automatic";
31
31
license = [ licenses.bsd3 ];
32
32
-
maintainers = [ ];
32
32
+
maintainers = with maintainers; [ tomfitzhenry ];
33
33
mainProgram = "git-absorb";
34
34
};
35
35
}