guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: go-go-uber-org-fx: Fix repository URI.


From: guix-commits
Subject: 01/05: gnu: go-go-uber-org-fx: Fix repository URI.
Date: Sun, 14 Apr 2024 07:07:55 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 1c5e419ee7b64e5fc729d6c0c8b4aea61e8d5a46
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Apr 14 11:24:10 2024 +0300

    gnu: go-go-uber-org-fx: Fix repository URI.
    
    * gnu/packages/golang-xyz.scm (go-go-uber-org-fx) [source]: Fix repository
      URI.
    
    Change-Id: I82b340a094efa9157bc56ae851ad94c9b0ffaff6
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 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 @@ object dependencies graph during the process startup.")
      (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]