me
/
guix
Archived
1
0
Fork 0

gnu: libfido2: Use https for source uri.

* gnu/packages/security-token.scm (libfido2)[source]: Rewrite using https.
Efraim Flashner 2022-08-12 21:45:06 +03:00
parent ff0600c5ef
commit 247c02485b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Mike Gerwitz <mtg@gnu.org>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
@ -896,7 +896,7 @@ phone is required.")
(origin
(method git-fetch)
(uri (git-reference
(url "git://github.com/Yubico/libfido2")
(url "https://github.com/Yubico/libfido2")
(commit version)))
(file-name (git-file-name name version))
(sha256 (base32 "12zy4cnlcffcb64lsx8198y09j1dwi0bcn9rr82q6i1k950yzd3p"))))