jless: remove maintainer

This commit is contained in:
zowoq 2022-06-26 07:47:36 +10:00
parent 56c32427a6
commit d828f4dbf1

View File

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