treewide: remove trailing space in description

Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
This commit is contained in:
Sigmanificient
2024-07-26 03:38:50 +02:00
parent 3272a7c601
commit 543cd40ecc
82 changed files with 82 additions and 82 deletions
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
broken = stdenv.isDarwin;
description = "Java Foreign Function Interface ";
description = "Java Foreign Function Interface";
homepage = "https://github.com/jnr/jffi";
platforms = platforms.unix;
license = licenses.asl20;