branch: elpa/org-auto-tangle
commit 2e971562302f7682e3d6e56d76b56f793631366c
Merge: 2fd7145e4a 310489018f
Author: lispy-dobby <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #2 from kamoii/patch-1
Fix URL
---
org-auto-tangle.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-auto-tangle.el b/org-auto-tangle.el
index 77b4248359..3bb00752fc 100644
--- a/org-auto-tangle.el
+++ b/org-auto-tangle.el
@@ -1,7 +1,7 @@
;;; org-auto-tangle.el --- Automatically and Asynchronously tangles org files
on save -*- lexical-binding: t; -*-
;; Author: Yilkal Argaw
-;; URL: https://github.com/yilkalargaw/auto-tangle
+;; URL: https://github.com/yilkalargaw/org-auto-tangle
;; Version: 0.0.1
;; Keywords: outlines
;; Package-Requires: ((emacs "24.1") (async "1.9.3"))