diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-01-13 17:00:27 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-01-14 21:10:25 -0500 |
commit | 175aff3c7bb59f232ac756fcfc63fc87fd72313d (patch) | |
tree | 507f814057fa2d2ea82f2a1331a1cdf2349275d7 | |
parent | f1f3c1bd3f8bc02b4ec4bef1ccff05c31030391a (diff) | |
download | annexview-175aff3c7bb59f232ac756fcfc63fc87fd72313d.tar.gz |
Make sr.ht annexview's new home
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | annexview.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,4 +4,4 @@ metadata][0] and for creating [metadata-driven views][1]. See the [0]: https://git-annex.branchable.com/metadata/ [1]: https://git-annex.branchable.com/tips/metadata_driven_views/ -[2]: https://gitlab.com/kyleam/annexview/blob/master/annexview.el#L24 +[2]: https://git.sr.ht/~kyleam/annexview/tree/master/annexview.el#L24 diff --git a/annexview.el b/annexview.el index a05992a..e8f9e0c 100644 --- a/annexview.el +++ b/annexview.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2018 Kyle Meyer ;; Author: Kyle Meyer <kyle@kyleam.com> -;; URL: https://gitlab.com/kyleam/annexview +;; URL: https://git.sr.ht/~kyleam/annexview ;; Keywords: vc, files, tools ;; Version: 0.1.0 ;; Package-Requires: ((emacs "25.1")) |