summary refs log tree commit diff
path: root/pkgs/development/python-modules/robotframework-sshlibrary/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/robotframework-sshlibrary/default.nix')
-rw-r--r--pkgs/development/python-modules/robotframework-sshlibrary/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/robotframework-sshlibrary/default.nix b/pkgs/development/python-modules/robotframework-sshlibrary/default.nix
index b5ca464938b..e9565cff159 100644
--- a/pkgs/development/python-modules/robotframework-sshlibrary/default.nix
+++ b/pkgs/development/python-modules/robotframework-sshlibrary/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "SSHLibrary is a Robot Framework test library for SSH and SFTP";
-    homepage = https://github.com/robotframework/SSHLibrary;
+    homepage = "https://github.com/robotframework/SSHLibrary";
     license = licenses.asl20;
   };