treewide: Use HTTPS for readthedocs URLs
This commit is contained in:
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "flexmock is a testing library for Python that makes it easy to create mocks,stubs and fakes.";
|
||||
homepage = http://flexmock.readthedocs.org;
|
||||
homepage = https://flexmock.readthedocs.org;
|
||||
license = licenses.bsdOriginal;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user