python.pkgs wide: fix problematic urls

This commit is contained in:
Jonathan Ringer
2020-01-10 12:17:37 -08:00
committed by Jon
parent 4f2de85ac1
commit 5961f211f3
28 changed files with 34 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ zope_schema ];
meta = with stdenv.lib; {
homepage = http://zopefilerepresentation.readthedocs.io/;
homepage = https://zopefilerepresentation.readthedocs.io/;
description = "File-system Representation Interfaces";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];