summary refs log tree commit diff
path: root/pkgs/applications/misc/perkeep
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/perkeep')
-rw-r--r--pkgs/applications/misc/perkeep/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/perkeep/default.nix b/pkgs/applications/misc/perkeep/default.nix
index ae81ef3c9f6c2..87a6bdf5e53da 100644
--- a/pkgs/applications/misc/perkeep/default.nix
+++ b/pkgs/applications/misc/perkeep/default.nix
@@ -43,7 +43,7 @@ in buildGoPackage rec {
 
   meta = with lib; {
     description = "A way of storing, syncing, sharing, modelling and backing up content (née Camlistore)";
-    homepage = https://perkeep.org;
+    homepage = "https://perkeep.org";
     license = licenses.asl20;
     maintainers = with maintainers; [ cstrahan kalbasit ];
     platforms = platforms.unix;