about summary refs log tree commit diff
path: root/pkgs/tools/system/wsmancli/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/wsmancli/default.nix')
-rw-r--r--pkgs/tools/system/wsmancli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/wsmancli/default.nix b/pkgs/tools/system/wsmancli/default.nix
index da502946781be..79fb92d5bb2a4 100644
--- a/pkgs/tools/system/wsmancli/default.nix
+++ b/pkgs/tools/system/wsmancli/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
       also has several switches to allow for optional features of the
       WS-Management specification and Testing.
     '';
-    downloadPage = https://github.com/Openwsman/wsmancli/releases;
+    downloadPage = "https://github.com/Openwsman/wsmancli/releases";
     inherit (openwsman.meta) homepage license maintainers platforms;
     inherit version;
   };