From 036ee2638c443889669ac5053f23576e8d86387a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 30 Dec 2021 20:23:46 -0800 Subject: gnu: opensbi: Update URLs. * gnu/packages/firmware.scm (make-opensbi-package)[source]: Update URL. [home-page]: Likewise. --- gnu/packages/firmware.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') 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.") -- cgit v1.2.3