aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/networking/spideroak/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/networking/spideroak/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/networking/spideroak/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/networking/spideroak/default.nix b/nixpkgs/pkgs/applications/networking/spideroak/default.nix
index 11c8af368b9..90d8ea55331 100644
--- a/nixpkgs/pkgs/applications/networking/spideroak/default.nix
+++ b/nixpkgs/pkgs/applications/networking/spideroak/default.nix
@@ -51,7 +51,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ patchelf makeWrapper ];
meta = {
- homepage = https://spideroak.com;
+ homepage = "https://spideroak.com";
description = "Secure online backup and sychronization";
license = stdenv.lib.licenses.unfree;
maintainers = with stdenv.lib.maintainers; [ amorsillo ];