jless: add maintainer

This commit is contained in:
zowoq 2022-02-20 10:12:06 +10:00
parent baa564361f
commit a15635a6b3

View file

@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "A command-line pager for JSON data";
homepage = "https://github.com/PaulJuliusMartinez/jless";
license = licenses.mit;
maintainers = with maintainers; [ jfchevrette ];
maintainers = with maintainers; [ jfchevrette zowoq ];
};
}