* [bug#31029] [PATCH] gnu: emacs-anzu: Updated source urls from Melpa to Github
@ 2018-04-02 20:04 Sohom Bhattacharjee
2018-04-03 17:19 ` bug#31029: " Arun Isaac
0 siblings, 1 reply; 2+ messages in thread
From: Sohom Bhattacharjee @ 2018-04-02 20:04 UTC (permalink / raw)
To: 31029
Are my commit messages okay ?
* gnu/packages/emacs.scm: Updated source urls from Melpa to Github
---
gnu/packages/emacs.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7a203ef6e..c39194000 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7423,11 +7423,12 @@ directories of plain text notes, inspired by Notational Velocity.")
(source
(origin
(method url-fetch)
- (uri (string-append "http://stable.melpa.org/packages/anzu-"
- version ".el"))
+ (uri (string-append "https://github.com/syohex/emacs-anzu/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1h3p1x2h2830n83dzvkh8p2892n34a95x7aavhi10p7vfjk406fd"))))
+ "16cg3897x5znbmgk7sdy0qyd0fbic9dmmz0dchq2vz5z29yhg4cz"))))
(build-system emacs-build-system)
(home-page "https://github.com/syohex/emacs-anzu")
(synopsis "Show number of matches in mode-line while searching")
--
2.16.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-03 17:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02 20:04 [bug#31029] [PATCH] gnu: emacs-anzu: Updated source urls from Melpa to Github Sohom Bhattacharjee
2018-04-03 17:19 ` bug#31029: " Arun Isaac
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).