quote homepage values, add self as maintainer

This commit is contained in:
Daniel Goertzen
2020-03-26 08:16:12 -05:00
parent 81bc4bb78a
commit 6adf6268ae
3 changed files with 10 additions and 4 deletions

View File

@@ -31,9 +31,9 @@ buildPythonPackage rec {
doCheck = false; # otherwise runs OSX code on linux.
meta = with lib; {
homepage = http://vispy.org/index.html;
homepage = "http://vispy.org/index.html";
description = "Interactive scientific visualization in Python";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ goertzenator ];
};
}