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 16 meta = with stdenv.lib; { 17 homepage = http://fatsort.sourceforge.net/; 18 - description = "Sorts FAT partition table, for devices that don't do sorting of files."; 19 maintainers = [ maintainers.kovirobi ]; 20 license = licenses.gpl2; 21 inherit version;
··· 15 16 meta = with stdenv.lib; { 17 homepage = http://fatsort.sourceforge.net/; 18 + description = "Sorts FAT partition table, for devices that don't do sorting of files"; 19 maintainers = [ maintainers.kovirobi ]; 20 license = licenses.gpl2; 21 inherit version;