p2pvc: remove dot at the end of description

+1 -1
+1 -1
pkgs/applications/video/p2pvc/default.nix
··· 17 17 }; 18 18 19 19 meta = { 20 - description = "A point to point color terminal video chat."; 20 + description = "A point to point color terminal video chat"; 21 21 homepage = "https://github.com/mofarrell/p2pvc"; 22 22 license = stdenv.lib.licenses.mit; 23 23 maintainers = with stdenv.lib.maintainers; [ trino ];