lirc: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 16:58:45 +02:00 committed by Jon
parent 25180cd2d5
commit 308636a84c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Allows to receive and send infrared signals";
homepage = "http://www.lirc.org/";
homepage = "https://www.lirc.org/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];