all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
To: 31029@debbugs.gnu.org
Subject: [bug#31029] [PATCH] gnu: emacs-anzu: Updated source urls from Melpa to Github
Date: Tue, 3 Apr 2018 01:34:45 +0530	[thread overview]
Message-ID: <20180402200445.GA5342@sam> (raw)

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

             reply	other threads:[~2018-04-02 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-02 20:04 Sohom Bhattacharjee [this message]
2018-04-03 17:19 ` bug#31029: [PATCH] gnu: emacs-anzu: Updated source urls from Melpa to Github Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180402200445.GA5342@sam \
    --to=soham.bhattacharjee15@gmail.com \
    --cc=31029@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.