mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01: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
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/riscv/opensbi")
|
(url "https://github.com/riscv-software-src/opensbi")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -262,7 +262,7 @@ (define* (make-opensbi-package platform name #:optional (arch "riscv64"))
|
||||||
(install-file file out))
|
(install-file file out))
|
||||||
bin))
|
bin))
|
||||||
#t)))))
|
#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")
|
(synopsis "RISC-V Open Source Supervisor Binary Interface")
|
||||||
(description "A reference implementation of the RISC-V SBI specifications
|
(description "A reference implementation of the RISC-V SBI specifications
|
||||||
for platform-specific firmwares executing in M-mode.")
|
for platform-specific firmwares executing in M-mode.")
|
||||||
|
|
Loading…
Reference in a new issue