summary refs log tree commit diff
path: root/pkgs/applications/video/p2pvc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/p2pvc/default.nix')
-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 c9cffe3fa96..1244421210e 100644
--- a/pkgs/applications/video/p2pvc/default.nix
+++ b/pkgs/applications/video/p2pvc/default.nix
@@ -18,7 +18,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;