From 6431f7316fed74810bbc13c69ed718d7f7075064 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 30 Sep 2021 08:04:35 -0700 Subject: [PATCH] python38Packages.tensorboard-plugin-wit: quote homepage (#140034) --- .../python-modules/tensorboard-plugin-wit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tensorboard-plugin-wit/default.nix b/pkgs/development/python-modules/tensorboard-plugin-wit/default.nix index b0966ca2c7c0..ec4a63f65d43 100644 --- a/pkgs/development/python-modules/tensorboard-plugin-wit/default.nix +++ b/pkgs/development/python-modules/tensorboard-plugin-wit/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { meta = with lib; { description = "What-If Tool TensorBoard plugin."; - homepage = http://tensorflow.org; + homepage = "http://tensorflow.org"; license = licenses.asl20; maintainers = with maintainers; [ ndl ]; };