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:
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/samuel/python-pagerduty;
|
||||
homepage = https://github.com/samuel/python-pagerduty;
|
||||
description = "Library for the PagerDuty service API";
|
||||
license = licenses.bsd0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user