[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31029] [PATCH] gnu: emacs-anzu: Updated source urls from Melpa to G
From: |
Sohom Bhattacharjee |
Subject: |
[bug#31029] [PATCH] gnu: emacs-anzu: Updated source urls from Melpa to Github |
Date: |
Tue, 3 Apr 2018 01:34:45 +0530 |
User-agent: |
Mutt/1.9.3 (2018-01-21) |
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
- [bug#31029] [PATCH] gnu: emacs-anzu: Updated source urls from Melpa to Github,
Sohom Bhattacharjee <=