about summary refs log tree commit diff
path: root/pkgs/development/libraries/librist/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/librist/default.nix')
-rw-r--r--pkgs/development/libraries/librist/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/librist/default.nix b/pkgs/development/libraries/librist/default.nix
index 3f56ff3248767..788e75eafddae 100644
--- a/pkgs/development/libraries/librist/default.nix
+++ b/pkgs/development/libraries/librist/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    description = "A library that can be used to easily add the RIST protocol to your application.";
+    description = "Library that can be used to easily add the RIST protocol to your application";
     homepage = "https://code.videolan.org/rist/librist";
     license = with licenses; [ bsd2 mit isc ];
     maintainers = with maintainers; [ raphaelr sebtm ];