···20 description = "A command-line application to view images from the terminal written in Rust";
21 homepage = "https://github.com/atanunq/viu";
22 license = licenses.mit;
23- maintainers = with maintainers; [ petabyteboy ];
24 };
25}
···20 description = "A command-line application to view images from the terminal written in Rust";
21 homepage = "https://github.com/atanunq/viu";
22 license = licenses.mit;
23+ maintainers = with maintainers; [ ];
24 };
25}
+1-1
pkgs/tools/misc/claws/default.nix
···18 description = "Interactive command line client for testing websocket servers";
19 license = licenses.mit;
20 platforms = platforms.unix;
21- maintainers = with maintainers; [ petabyteboy ];
22 };
23}
···18 description = "Interactive command line client for testing websocket servers";
19 license = licenses.mit;
20 platforms = platforms.unix;
21+ maintainers = with maintainers; [ ];
22 };
23}