org2jekyll: 0.1.8 -> 0.1.9
This commit is contained in:
parent
c344ac70dd
commit
5133277005
@ -311,23 +311,6 @@ let
|
||||
inherit lib;
|
||||
};
|
||||
|
||||
org2jekyll = melpaBuild rec {
|
||||
pname = "org2jekyll";
|
||||
version = "0.1.8";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ardumont";
|
||||
repo = pname;
|
||||
rev = "a12173b9507b3ef54dfebb5751503ba1ee93c6aa";
|
||||
sha256 = "064kw64w9snm0lbshxn8d6yd9xvyislhg37fmhq1w7vy8lm61xvf";
|
||||
};
|
||||
packageRequires = [ dash-functional s deferred ];
|
||||
files = [ "${pname}.el" ];
|
||||
meta = {
|
||||
description = "Blogging with org-mode and jekyll without alien yaml headers";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
org-trello = melpaBuild rec {
|
||||
pname = "org-trello";
|
||||
version = "0.7.5";
|
||||
|
Loading…
Reference in New Issue
Block a user