emacs-org-trello: 0.7.5 -> 0.7.9
This commit is contained in:
parent
5133277005
commit
a9b8805831
@ -311,28 +311,6 @@ let
|
|||||||
inherit lib;
|
inherit lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
org-trello = melpaBuild rec {
|
|
||||||
pname = "org-trello";
|
|
||||||
version = "0.7.5";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "org-trello";
|
|
||||||
repo = pname;
|
|
||||||
rev = "3718ed704094e5e5a491749f1f722d76ba4b7d73";
|
|
||||||
sha256 = "1561nxjva8892via0l8315y3fih4r4q9gzycmvh33db8gqzq4l86";
|
|
||||||
};
|
|
||||||
packageRequires = [ request-deferred deferred dash-functional s ];
|
|
||||||
files = [ "org-trello*.el" ];
|
|
||||||
meta = {
|
|
||||||
description = "Org minor mode - 2-way sync org & trello";
|
|
||||||
longDescription = ''
|
|
||||||
Org-trello is an emacs minor mode that extends org-mode with
|
|
||||||
Trello abilities.
|
|
||||||
'';
|
|
||||||
homepage = https://org-trello.github.io/;
|
|
||||||
license = gpl3Plus;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
parsebib = melpaBuild rec {
|
parsebib = melpaBuild rec {
|
||||||
pname = "parsebib";
|
pname = "parsebib";
|
||||||
version = "20151006";
|
version = "20151006";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user