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:
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
checkInputs = [ nose ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://github.com/madzak/python-json-logger;
|
||||
homepage = https://github.com/madzak/python-json-logger;
|
||||
description = "A python library adding a json log formatter";
|
||||
license = licenses.bsdOriginal;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
|
||||
Reference in New Issue
Block a user