From ff0ca7fcedc99aef46f77f23e5f686e9d736b324 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Wed, 18 Mar 2015 10:11:41 +0100 Subject: [PATCH] p2pvc: remove dot at the end of description --- pkgs/applications/video/p2pvc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/p2pvc/default.nix b/pkgs/applications/video/p2pvc/default.nix index e6f62967c78..c9cffe3fa96 100644 --- a/pkgs/applications/video/p2pvc/default.nix +++ b/pkgs/applications/video/p2pvc/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { }; meta = { - description = "A point to point color terminal video chat."; + description = "A point to point color terminal video chat"; homepage = "https://github.com/mofarrell/p2pvc"; license = stdenv.lib.licenses.mit; maintainers = with stdenv.lib.maintainers; [ trino ];