diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-29 18:28:23 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-05-29 18:28:23 +0200 |
commit | 60b81ec2f324c18d026e9ae05199493bc644960b (patch) | |
tree | 6da0da55126a17391530d04ee3721ec09e0b836d | |
parent | 9ff667ea05d0807b4e6512c92914ae517b9ec755 (diff) | |
download | guix-60b81ec2f324c18d026e9ae05199493bc644960b.tar guix-60b81ec2f324c18d026e9ae05199493bc644960b.tar.gz |
gnu: emacs-2048-game: Update home page.
* gnu/packages/emacs-xyz.scm (emacs-2048-game)[home-page]: Update URL.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e845ca9097..7f34c691df 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5641,7 +5641,7 @@ orange and red as accent colors.") (base32 "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd")))) (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") (description "This program is an implementation of 2048 for Emacs. |