python.pkgs wide: fix problematic urls
This commit is contained in:
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "A Python library for symbolic mathematics";
|
||||
homepage = http://www.sympy.org/;
|
||||
homepage = https://www.sympy.org/;
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ lovek323 timokau ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user