unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 70377@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>,
	cox.katherine.e+guix@gmail.com, sharlatanus@gmail.com
Subject: [bug#70377] [PATCH] gnu: go-go-uber-org-fx: Fix repository URI.
Date: Sun, 14 Apr 2024 11:24:10 +0300	[thread overview]
Message-ID: <9d2179af06ea3834041943cb3e7e12223baa1256.1713083050.git.poptsov.artyom@gmail.com> (raw)

* gnu/packages/golang-xyz.scm (go-go-uber-org-fx) [source]: Fix repository
  URI.

Change-Id: I82b340a094efa9157bc56ae851ad94c9b0ffaff6
---
 gnu/packages/golang-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 96d1be1a77..94451b68df 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3271,7 +3271,7 @@ (define-public go-go-uber-org-fx
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://pkg.go.dev/go.uber.org/fx")
+             (url "https://github.com/uber-go/fx")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256

base-commit: ef9a2f9e91d37c0d93e689eb26ebeb6483655968
-- 
2.41.0





             reply	other threads:[~2024-04-14  8:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14  8:24 Artyom V. Poptsov [this message]
2024-04-14 11:08 ` bug#70377: [PATCH] gnu: go-go-uber-org-fx: Fix repository URI Sharlatan Hellseher

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=9d2179af06ea3834041943cb3e7e12223baa1256.1713083050.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=70377@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=sharlatanus@gmail.com \
    /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 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).