lsd: add maintainer

This commit is contained in:
zowoq 2020-10-02 16:59:38 +10:00
parent f18e7e0d07
commit 4c6dad5e82

View file

@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Peltoche/lsd";
description = "The next gen ls command";
license = licenses.asl20;
maintainers = with maintainers; [ filalex77 marsam ];
maintainers = with maintainers; [ filalex77 marsam zowoq ];
};
}