nckx pushed a commit to branch master
in repository guix.

commit c4ccf2db6290aa4a20743ab98428c087d41d7441
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Jul 16 17:13:55 2020 +0200

    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.
---
 gnu/packages/lirc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lirc.scm b/gnu/packages/lirc.scm
index 7b11f19..2b0cea1 100644
--- a/gnu/packages/lirc.scm
+++ b/gnu/packages/lirc.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2017 Alex Kost <[email protected]>
 ;;; Copyright © 2016 Danny Milosavljevic <[email protected]>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019 Ricardo Wurmus <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -92,7 +93,7 @@
        ("linux-headers" ,linux-libre-headers)
        ("alsa-lib" ,alsa-lib)
        ("python" ,python)))
-    (home-page "http://www.lirc.org/";)
+    (home-page "https://www.lirc.org/";)
     (synopsis "Linux Infrared Remote Control")
     (description
      "LIRC allows computers to send and receive IR signals of many commonly

Reply via email to