mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: heimdall: Download from new upstream source.
* gnu/packages/flashing-tools.scm (heimdall)[source]: Download from new upstream source.
This commit is contained in:
parent
e9e8362611
commit
8d449c25b6
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ (define-public heimdall
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Benjamin-Dobell/Heimdall.git")
|
||||
(url "https://gitlab.com/BenjaminDobell/Heimdall.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue