diff options
-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")) |