Update .el file to reference hg.sr.ht
1 files changed, 3 insertions(+), 1 deletions(-) M 2048-game.el
M 2048-game.el +3 -1
@@ 4,7 4,7 @@ ;; Author: Zachary Kanfer <zkanfer@gmail.com> ;; Version: 2014.03.27 -;; URL: https://bitbucket.org/zck/2048.el +;; URL: https://hg.sr.ht/~zck/game-2048 ;; This file is not part of GNU Emacs @@ 25,6 25,8 @@ ;;; Commentary: ;; This program is an implementation of 2048 for Emacs. +;; Its source repository is https://hg.sr.ht/~zck/game-2048 + ;; To begin playing, call `M-x 2048-game`, then use the arrow keys, ;; p/n/b/f, or C-p/C-n/C-b/C-f to move the tiles around.