tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
fatsort: meta nitpick
Vladimír Čunát
11 years ago
b6fb62fd
6dc86cea
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
fatsort
default.nix
+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;