Archived
1
0
Fork 0

gnu: lirc: Use HTTPS home page.

Also add a missing copyright line for an obvious nckx phase.

* gnu/packages/lirc.scm (lirc)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-16 17:13:55 +02:00
parent 2c73599586
commit c4ccf2db62
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2017 Alex Kost <alezost@gmail.com> ;;; Copyright © 2015, 2016, 2017 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org> ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -92,7 +93,7 @@
("linux-headers" ,linux-libre-headers) ("linux-headers" ,linux-libre-headers)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("python" ,python))) ("python" ,python)))
(home-page "http://www.lirc.org/") (home-page "https://www.lirc.org/")
(synopsis "Linux Infrared Remote Control") (synopsis "Linux Infrared Remote Control")
(description (description
"LIRC allows computers to send and receive IR signals of many commonly "LIRC allows computers to send and receive IR signals of many commonly