pythonPackages.broadlink: fix homepage
This commit is contained in:
parent
e7f6bfea32
commit
c7b743d9ed
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Python API for controlling Broadlink IR controllers";
|
||||
homepage = http://github.com/mjg59/python-broadlink;
|
||||
homepage = https://github.com/mjg59/python-broadlink;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue