emacs-git-timemachine: 2.3 -> 3.0
This commit is contained in:
parent
d485dccdf7
commit
397834c47e
@ -284,21 +284,6 @@ let
|
|||||||
inherit (external.rtags) meta;
|
inherit (external.rtags) meta;
|
||||||
};
|
};
|
||||||
|
|
||||||
git-timemachine = melpaBuild rec {
|
|
||||||
pname = "git-timemachine";
|
|
||||||
version = "2.3";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "pidu";
|
|
||||||
repo = pname;
|
|
||||||
rev = version;
|
|
||||||
sha256 = "1lm6rgbzbxnwfn48xr6bg05lb716grfr4nqm8lvjm64nabh5y9bh";
|
|
||||||
};
|
|
||||||
meta = {
|
|
||||||
description = "Step through historic revisions of Git controlled files";
|
|
||||||
license = gpl3Plus;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
gitattributes-mode = melpaBuild rec {
|
gitattributes-mode = melpaBuild rec {
|
||||||
pname = "gitattributes-mode";
|
pname = "gitattributes-mode";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user