p2pvc: remove dot at the end of description

This commit is contained in:
Luca Bruno 2015-03-18 10:11:41 +01:00
parent 66d119c55c
commit ff0ca7fced

View file

@ -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 ];