gnu: emacs-2048-game: Update home page.

* gnu/packages/emacs-xyz.scm (emacs-2048-game)[home-page]: Update URL.
This commit is contained in:
Nicolas Goaziou 2020-05-29 18:28:23 +02:00
parent 9ff667ea05
commit 60b81ec2f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5641,7 +5641,7 @@ (define-public emacs-2048-game
(base32 (base32
"0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd")))) "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://bitbucket.org/zck/2048.el") (home-page "https://hg.sr.ht/~zck/game-2048")
(synopsis "Implementation of the game 2048 in Emacs Lisp") (synopsis "Implementation of the game 2048 in Emacs Lisp")
(description (description
"This program is an implementation of 2048 for Emacs. "This program is an implementation of 2048 for Emacs.