[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: stlink: Update the uri.
From: |
guix-commits |
Subject: |
branch master updated: gnu: stlink: Update the uri. |
Date: |
Tue, 04 Jan 2022 06:09:37 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e62c35f506 gnu: stlink: Update the uri.
e62c35f506 is described below
commit e62c35f506bb6291c4e3ff67ac35e5646c9470aa
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jan 4 12:08:58 2022 +0100
gnu: stlink: Update the uri.
* gnu/packages/embedded.scm (stlink)[origin]: Update it.
---
gnu/packages/embedded.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 6f1e71a9c8..a057c11e7a 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -1377,7 +1377,7 @@ STC89, STC90, STC10, STC11, STC12, STC15 and STC8
series.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/texane/stlink")
+ (url "https://github.com/stlink-org/stlink")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: stlink: Update the uri.,
guix-commits <=