mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: opensbi: Update URLs.
* gnu/packages/firmware.scm (make-opensbi-package)[source]: Update URL. [home-page]: Likewise.
This commit is contained in:
parent
1acd0bf826
commit
036ee2638c
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/riscv/opensbi")
|
||||
(url "https://github.com/riscv-software-src/opensbi")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -262,7 +262,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
|||
(install-file file out))
|
||||
bin))
|
||||
#t)))))
|
||||
(home-page "https://github.com/riscv/opensbi")
|
||||
(home-page "https://github.com/riscv-software-src/opensbi")
|
||||
(synopsis "RISC-V Open Source Supervisor Binary Interface")
|
||||
(description "A reference implementation of the RISC-V SBI specifications
|
||||
for platform-specific firmwares executing in M-mode.")
|
||||
|
|
Loading…
Reference in a new issue