Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fatsort: meta nitpick

+1 -1
+1 -1
pkgs/tools/filesystems/fatsort/default.nix
··· 15 15 16 16 meta = with stdenv.lib; { 17 17 homepage = http://fatsort.sourceforge.net/; 18 - description = "Sorts FAT partition table, for devices that don't do sorting of files."; 18 + description = "Sorts FAT partition table, for devices that don't do sorting of files"; 19 19 maintainers = [ maintainers.kovirobi ]; 20 20 license = licenses.gpl2; 21 21 inherit version;