mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libmbim: Use HTTPS URL.
* gnu/packages/freedesktop.scm (libmbim)[source]: Use HTTPS URL.
This commit is contained in:
parent
7ff165da48
commit
03422bf834
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ interfaces, based on the useradd, usermod and userdel commands.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://www.freedesktop.org/software/" name "/"
|
"https://www.freedesktop.org/software/" name "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue