summary refs log tree commit diff
path: root/pkgs/tools/archivers/unshield/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/archivers/unshield/default.nix')
-rw-r--r--pkgs/tools/archivers/unshield/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/archivers/unshield/default.nix b/pkgs/tools/archivers/unshield/default.nix
index cfab2443032..dbcb2b24f10 100644
--- a/pkgs/tools/archivers/unshield/default.nix
+++ b/pkgs/tools/archivers/unshield/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Tool and library to extract CAB files from InstallShield installers";
-    homepage = https://github.com/twogood/unshield;
+    homepage = "https://github.com/twogood/unshield";
     license = licenses.mit;
     platforms = platforms.linux;
   };