treewide: update homepages to https where available
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
This commit is contained in:
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Allows you to perform imports names that will only be resolved when used in the code";
|
||||
homepage = http://github.com/zopefoundation/zope.deferredimport;
|
||||
homepage = https://github.com/zopefoundation/zope.deferredimport;
|
||||
license = licenses.zpl21;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user