about summary refs log tree commit diff
path: root/pkgs/applications/video/p2pvc
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/p2pvc')
-rw-r--r--pkgs/applications/video/p2pvc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/p2pvc/default.nix b/pkgs/applications/video/p2pvc/default.nix
index d9eef7f4cd85..219954ff9f20 100644
--- a/pkgs/applications/video/p2pvc/default.nix
+++ b/pkgs/applications/video/p2pvc/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "A point to point color terminal video chat";
-    homepage = https://github.com/mofarrell/p2pvc;
+    homepage = "https://github.com/mofarrell/p2pvc";
     license = stdenv.lib.licenses.mit;
     maintainers = with stdenv.lib.maintainers; [ trino ];
     platforms = with stdenv.lib.platforms; linux;