python.pkgs wide: fix problematic urls

This commit is contained in:
Jonathan Ringer
2020-01-10 21:02:12 -08:00
committed by Jon
parent 4f2de85ac1
commit 5961f211f3
28 changed files with 34 additions and 29 deletions
@@ -13,7 +13,7 @@ buildPythonPackage rec {
};
meta = with stdenv.lib; {
homepage = http://chrisarndt.de/projects/threadpool/;
homepage = https://chrisarndt.de/projects/threadpool/;
description = "Easy to use object-oriented thread pool framework";
license = licenses.mit;
};