mmv-go: remove maintainer

This commit is contained in:
zowoq 2022-08-23 07:51:30 +10:00
parent 8ce6fdf581
commit 56fd857a34

View file

@ -19,7 +19,7 @@ buildGoModule rec {
homepage = "https://github.com/itchyny/mmv"; homepage = "https://github.com/itchyny/mmv";
description = "Rename multiple files using your $EDITOR"; description = "Rename multiple files using your $EDITOR";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ zowoq ]; maintainers = with maintainers; [ ];
mainProgram = "mmv"; mainProgram = "mmv";
}; };
} }