11 src = fetchFromGitHub {
12 owner = "elbachir-one";
15 hash = "sha256-sWKqfDWwMfj4shg/MxHu7Zr4WE5pxAzHHmsjU3jQY10=";
21 description = "Display a tree of files and directories";
22 homepage = "https://github.com/elbachir-one/gt";
23 changelog = "https://github.com/elbachir-one/gt/releases/tag/v${version}";
24 license = lib.licenses.bsd3;
26 maintainers = with lib.maintainers; [ schnow265 ];