lirc: update homepage link to use HTTPS
This commit is contained in:
parent
25180cd2d5
commit
308636a84c
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Allows to receive and send infrared signals";
|
description = "Allows to receive and send infrared signals";
|
||||||
homepage = "http://www.lirc.org/";
|
homepage = "https://www.lirc.org/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user