# HG changeset patch # User Zachary Kanfer # Date 1587092976 14400 # Thu Apr 16 23:09:36 2020 -0400 # Node ID 406967322b7692492a5942d901335d626cace4d0 # Parent 851af19fbecad98dc1cd9a9e0de1607f821e5652 update .el file to reference hg.sr.ht diff --git a/zpresent.el b/zpresent.el --- a/zpresent.el +++ b/zpresent.el @@ -19,7 +19,7 @@ ;; along with this program. If not, see . -;; Homepage: https://bitbucket.org/zck/zpresent.el +;; Homepage: https://hg.sr.ht/~zck/zpresent ;; Package-Requires: ((emacs "25.1") (org-parser "0.4") (dash "2.12.0") (request "0.3.0")) @@ -31,6 +31,8 @@ ;; This package enables presenting org files inside Emacs in a form ;; that's like "traditional" presentation software. +;; Its source repository is https://hg.sr.ht/~zck/zpresent . + ;; A tutorial can be accessed by opening `tutorial.org`, then running ;; `M-x zpresent`.