diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 23:13:09 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 23:13:53 -0400 |
commit | 37f8d62683bbb07860e5a20cf651cb8c6f7f6fa5 (patch) | |
tree | 486a505c6265563e9cf99364678458e82688d5cf | |
parent | 586a8b7d7674bd7c024b38e8b1f437aa9fcc4d1c (diff) | |
download | annexview-37f8d62683bbb07860e5a20cf651cb8c6f7f6fa5.tar.gz |
Update link for Annexview's new home
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | annexview.el | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -4,14 +4,14 @@ metadata][gxm] and for creating [metadata-driven views][mdv]. See the [gxm]: https://git-annex.branchable.com/metadata/ [mdv]: https://git-annex.branchable.com/tips/metadata_driven_views/ -[com]: https://git.sr.ht/~kyleam/annexview/tree/master/annexview.el#L24 +[com]: https://git.kyleam.com/annexview/tree/annexview.el#n24 ### Contributing Please send bug reports, feature requests, and other questions to -[~kyleam/public-inbox@lists.sr.ht][lst] with **[annexview]** as the -subject prefix. You can browse previous Annexview discussions at -<https://lists.sr.ht/~kyleam/public-inbox?search=annexview>. +[misc@inbox.kyleam.com][lst] with **[annexview]** as the subject +prefix. You can browse previous Annexview discussions at +<https://inbox.kyleam.com/misc/?q=s%3Aannexview>. If you'd like to contribute a patch, thank you! Please send it to the same address. You can generate the patch with @@ -26,4 +26,4 @@ you can configure the repository's default prefix: For more information on sending patches, visit <https://man.sr.ht/git.sr.ht/send-email.md>. -[lst]: mailto:~kyleam/public-inbox@lists.sr.ht +[lst]: mailto:misc@inbox.kyleam.com diff --git a/annexview.el b/annexview.el index e8f9e0c..81a37fc 100644 --- a/annexview.el +++ b/annexview.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2018 Kyle Meyer ;; Author: Kyle Meyer <kyle@kyleam.com> -;; URL: https://git.sr.ht/~kyleam/annexview +;; URL: https://git.kyleam.com/annexview/about ;; Keywords: vc, files, tools ;; Version: 0.1.0 ;; Package-Requires: ((emacs "25.1")) |