guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rtl-sdr: Use HTTPS URL.


From: guix-commits
Subject: branch master updated: gnu: rtl-sdr: Use HTTPS URL.
Date: Sat, 11 Jul 2020 13:21:50 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3e26bec  gnu: rtl-sdr: Use HTTPS URL.
3e26bec is described below

commit 3e26bec042119611b751be2816f3cfe5c17e0b79
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Jul 10 16:02:09 2020 -0400

    gnu: rtl-sdr: Use HTTPS URL.
    
    * gnu/packages/radio.scm (rtl-sdr)[source]: Use HTTPS URL.
---
 gnu/packages/radio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index d8bc0bb..d1cf665 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -113,7 +113,7 @@ mathematical operations, and much more.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "git://git.osmocom.org/rtl-sdr.git")
+             (url "https://git.osmocom.org/rtl-sdr/";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256



reply via email to

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