diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-01-14 22:59:40 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-01-14 22:59:40 -0500 |
commit | d4531d79a6fb61be7760983364bc0acff3f6b06c (patch) | |
tree | 3d935eb7654eb34e676077697f39165e76d716d4 | |
parent | e975aebf8848d6e86c43eb11e8fd82127af5c6bb (diff) | |
download | org-link-edit-d4531d79a6fb61be7760983364bc0acff3f6b06c.tar.gz |
Move main repo to sr.ht
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | org-link-edit.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ org-link-edit.el is available in Org's contrib directory. See the Org manual's [installation instructions][install] for information on using contributed packages. -[el]: https://github.com/kyleam/org-link-edit/blob/master/org-link-edit.el +[el]: https://git.sr.ht/~kyleam/org-link-edit/tree/master/org-link-edit.el#L24 [install]: http://orgmode.org/org.html#Installation diff --git a/org-link-edit.el b/org-link-edit.el index 000dd1c..8226887 100644 --- a/org-link-edit.el +++ b/org-link-edit.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2015-2017 Kyle Meyer <kyle@kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> -;; URL: https://gitlab.com/kyleam/org-link-edit +;; URL: https://git.sr.ht/~kyleam/org-link-edit ;; Keywords: convenience ;; Version: 1.1.1 ;; Package-Requires: ((cl-lib "0.5") (org "8.2.10")) |