mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user