emacs-git-timemachine: 2.3 -> 3.0

This commit is contained in:
Thomas Tuegel 2016-09-26 07:47:55 -05:00
parent d485dccdf7
commit 397834c47e
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -284,21 +284,6 @@ let
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 {
pname = "gitattributes-mode";
version = "1.0.0";