put the repo, CI in the part of caser.el that gets pulled by MELPA
1 files changed, 3 insertions(+), 0 deletions(-)

M caser.el
M caser.el +3 -0
@@ 28,6 28,9 @@ 
 ;; (bind-key "M-S" #'caser-snakecase-dwim)
 ;; (bind-key "M-D" #'caser-dashcase-dwim)
 
+;; The code is at https://hg.sr.ht/~zck/caser.el
+;; CI is at https://builds.sr.ht/~zck/caser.el
+
 ;;; Code:
 
 (require 'keymap)