mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
perlPackages.GitAutofixup: init at 0.002007
This commit is contained in:
parent
d19994b58e
commit
a7971df962
|
@ -7878,6 +7878,20 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
GitAutofixup = buildPerlPackage rec {
|
||||
pname = "GitAutofixup";
|
||||
version = "0.002007";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TO/TORBIAK/App-Git-Autofixup-${version}.tar.gz";
|
||||
sha256 = "1ydy15pibva0qr5vrv5mqyzw3zlc3wbszzv7932vh7m88vv6gfr6";
|
||||
};
|
||||
meta = {
|
||||
maintainers = [ maintainers.DamienCassou ];
|
||||
description = "Create fixup commits for topic branches";
|
||||
license = stdenv.lib.licenses.artistic2;
|
||||
};
|
||||
};
|
||||
|
||||
GitPurePerl = buildPerlPackage {
|
||||
pname = "Git-PurePerl";
|
||||
version = "0.53";
|
||||
|
|
Loading…
Reference in a new issue