all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70377] [PATCH] gnu: go-go-uber-org-fx: Fix repository URI.
@ 2024-04-14  8:24 Artyom V. Poptsov
  2024-04-14 11:08 ` bug#70377: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-04-14  8:24 UTC (permalink / raw)
  To: 70377; +Cc: Artyom V. Poptsov, cox.katherine.e+guix, sharlatanus

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70377: [PATCH] gnu: go-go-uber-org-fx: Fix repository URI.
  2024-04-14  8:24 [bug#70377] [PATCH] gnu: go-go-uber-org-fx: Fix repository URI Artyom V. Poptsov
@ 2024-04-14 11:08 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-04-14 11:08 UTC (permalink / raw)
  To: 70377-done

[-- Attachment #1: Type: text/plain, Size: 107 bytes --]


Hi,

Thanks for catching this up!

Pushed as 1c5e419ee7b64e5fc729d6c0c8b4aea61e8d5a46 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-14 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-14  8:24 [bug#70377] [PATCH] gnu: go-go-uber-org-fx: Fix repository URI Artyom V. Poptsov
2024-04-14 11:08 ` bug#70377: " Sharlatan Hellseher

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.