[PATCH] gnu: go-go-uber-org-fx: Fix repository URI.

  • Done
  • quality assurance status badge
Details
2 participants
  • Artyom V. Poptsov
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 11 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
9d2179af06ea3834041943cb3e7e12223baa1256.1713083050.git.poptsov.artyom@gmail.com
* 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(-)

Toggle diff (17 lines)
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
Sharlatan Hellseher wrote 11 months ago
(address . 70377-done@debbugs.gnu.org)
87edb8ryk9.fsf@gmail.com
Hi,

Thanks for catching this up!

Pushed as 1c5e419ee7b64e5fc729d6c0c8b4aea61e8d5a46 to master.

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmYbuUYACgkQdtcnv/Ys
0rWyCQ/+LpiJapyziynBEOUG22qUEg5wiGwRsOjrzzR9V/5fg7DgHLQUxdJkuHED
QkNlDAvh2+U7GrwpNQce9DkSShsKfH2wD84I3SxsmyvPQQ1OQHHzyHHf9hQenu5G
TJSZI80BY9Jab2lxkjeGFGGBAoRo9Z2w0AYmxrI6Utp2SSvtdn59y13qmiQ40CiR
d6SHqY+19o31IvO/koxFRRf3f7xoDsdmlv66wytogdSb4OnsBbfJOpyZo3NoqHvH
/0kefqhiVID9HKvAjPu4iftGzIDIWUk4p5EcNBWxaJUZbOW+Yd0FkUH6ZHJIQi6W
fsDlOYUHzsj9jdS12qoDOYdaQ0zXHdxdf+HVongb9kMkX8okOLSwej5r0p6gAQQZ
X3TdsDd+jT9FfqXzdVGMwJ1DF6uWXda+OoNOsNa8r81IAH84ZFSXF1FuM+tiY99C
P2pO6arhewxXrgL9DEYQjgSIPkSgk/qa2AyFNQIzRabTe8+4FF3y4+qwRoCXf/Du
7JEGWdBuaAzEfrrsYjP3QSZnCpDap/RItRUtgr3A8aH4trNdGG+XozNpc2YmVbVU
qF66IAT1ZD6gARyfLFLqVgOzdkRZhreUkCHOgyqoVWJm5m8csvhQN8AaBJjXz+53
beaJrDgxzKU/BDdggIWoh6kPrzNSnhLK0fWswCYzrEpyqvtCZg8=
=5GHR
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70377@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70377
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help