Merge pull request #59265 from peterhoeg/f/repology

repology: fix homepage for a few packages - nothing else
This commit is contained in:
Robert Schütz
2019-04-11 10:36:31 +02:00
committed by GitHub
4 changed files with 13 additions and 11 deletions

View File

@@ -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;
};
}