diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 20:23:46 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 20:26:51 -0800 |
commit | 036ee2638c443889669ac5053f23576e8d86387a (patch) | |
tree | 8bc56d362c19832586357598efcde1ddfd6667ba /gnu/packages | |
parent | 1acd0bf826bcf7b2bde57677960398eea71d6491 (diff) | |
download | guix-036ee2638c443889669ac5053f23576e8d86387a.tar guix-036ee2638c443889669ac5053f23576e8d86387a.tar.gz |
gnu: opensbi: Update URLs.
* gnu/packages/firmware.scm (make-opensbi-package)[source]: Update URL.
[home-page]: Likewise.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/firmware.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index e9cd29ff8f..4517e03cb3 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -228,7 +228,7 @@ broadband modem as found, for example, on PinePhone.") (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 @@ broadband modem as found, for example, on PinePhone.") (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.") |