python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user