gnu: opensbi: Update URLs.

* gnu/packages/firmware.scm (make-opensbi-package)[source]: Update URL.
  [home-page]: Likewise.
This commit is contained in:
Vagrant Cascadian 2021-12-30 20:23:46 -08:00
parent 1acd0bf826
commit 036ee2638c
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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.")