gnu: stlink: Update the uri.
* gnu/packages/embedded.scm (stlink)[origin]: Update it.
This commit is contained in:
parent
431546b024
commit
e62c35f506
1 changed files with 1 additions and 1 deletions
|
@ -1377,7 +1377,7 @@ (define-public stlink
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue