mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.nipy: quote homepage URL
This commit is contained in:
parent
32e7c0f16f
commit
e31f63b45a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://nipy.org/nipy/;
|
||||
homepage = "https://nipy.org/nipy";
|
||||
description = "Software for structural and functional neuroimaging analysis";
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue