summary refs log tree commit diff
path: root/pkgs/applications/video/p2pvc
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-03-18 10:11:41 +0100
committerLuca Bruno <lethalman88@gmail.com>2015-03-18 10:11:41 +0100
commitff0ca7fcedc99aef46f77f23e5f686e9d736b324 (patch)
tree314b3b18d0a706e7a81ce92af57ff55390db0d1d /pkgs/applications/video/p2pvc
parent66d119c55c5f8d103b2acd7b046cb8fcda1b00d8 (diff)
downloadnixpkgs-ff0ca7fcedc99aef46f77f23e5f686e9d736b324.tar
nixpkgs-ff0ca7fcedc99aef46f77f23e5f686e9d736b324.tar.gz
nixpkgs-ff0ca7fcedc99aef46f77f23e5f686e9d736b324.tar.bz2
nixpkgs-ff0ca7fcedc99aef46f77f23e5f686e9d736b324.tar.lz
nixpkgs-ff0ca7fcedc99aef46f77f23e5f686e9d736b324.tar.xz
nixpkgs-ff0ca7fcedc99aef46f77f23e5f686e9d736b324.tar.zst
nixpkgs-ff0ca7fcedc99aef46f77f23e5f686e9d736b324.zip
p2pvc: remove dot at the end of description
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 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 ];