p2pvc: remove dot at the end of description
This commit is contained in:
parent
66d119c55c
commit
ff0ca7fced
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
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";
|
homepage = "https://github.com/mofarrell/p2pvc";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ trino ];
|
maintainers = with stdenv.lib.maintainers; [ trino ];
|
||||||
|
Loading…
Reference in New Issue
Block a user