treewide: fix redirected URLs

Using the script in maintainers/scripts/update-redirected-urls.sh
This commit is contained in:
Ben Siraphob
2021-08-01 00:01:50 +07:00
parent e422c16668
commit 2f94991628
55 changed files with 66 additions and 66 deletions

View File

@@ -32,7 +32,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "vispy" ];
meta = with lib; {
homepage = "http://vispy.org/index.html";
homepage = "https://vispy.org/index.html";
description = "Interactive scientific visualization in Python";
license = licenses.bsd3;
maintainers = with maintainers; [ goertzenator ];