guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: opensbi: Update URLs.


From: guix-commits
Subject: branch master updated: gnu: opensbi: Update URLs.
Date: Thu, 30 Dec 2021 23:28:45 -0500

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 036ee2638c gnu: opensbi: Update URLs.
036ee2638c is described below

commit 036ee2638c443889669ac5053f23576e8d86387a
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Thu Dec 30 20:23:46 2021 -0800

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]