treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "C++ Minimal interface to encode and decode audio with AMBE3000 based devices in packet mode over a serial link.";
|
||||
description = "C++ Minimal interface to encode and decode audio with AMBE3000 based devices in packet mode over a serial link";
|
||||
homepage = "https://github.com/f4exb/serialdv";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ alkeryn ];
|
||||
|
||||
Reference in New Issue
Block a user