Merge pull request #179103 from qowoz/jless

jless: remove maintainer
This commit is contained in:
Sandro
2022-06-26 00:03:08 +02:00
committed by GitHub
+1 -1
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 ];
};
}