mmv-go: remove maintainer

zowoq 56fd857a 8ce6fdf5

+1 -1
+1 -1
pkgs/tools/misc/mmv-go/default.nix
··· 19 19 homepage = "https://github.com/itchyny/mmv"; 20 20 description = "Rename multiple files using your $EDITOR"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ zowoq ]; 22 + maintainers = with maintainers; [ ]; 23 23 mainProgram = "mmv"; 24 24 }; 25 25 }