Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2020-10-18 21:21:03 +02:00
777 changed files with 10716 additions and 6426 deletions

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
cp pbzx $out/bin
'';
meta = with lib; {
description = "Stream parser of Apple's pbzx compression format.";
description = "Stream parser of Apple's pbzx compression format";
platforms = platforms.unix;
license = licenses.gpl3;
maintainers = [ maintainers.matthewbauer ];