tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lsd: add maintainer
zowoq
5 years ago
4c6dad5e
f18e7e0d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
lsd
default.nix
+1
-1
pkgs/tools/misc/lsd/default.nix
···
26
homepage = "https://github.com/Peltoche/lsd";
27
description = "The next gen ls command";
28
license = licenses.asl20;
29
-
maintainers = with maintainers; [ filalex77 marsam ];
30
};
31
}
···
26
homepage = "https://github.com/Peltoche/lsd";
27
description = "The next gen ls command";
28
license = licenses.asl20;
29
+
maintainers = with maintainers; [ filalex77 marsam zowoq ];
30
};
31
}