gut: remove `paveloom` from maintainers

+1 -1
+1 -1
pkgs/applications/version-management/gut/default.nix
··· 28 description = "An alternative git CLI"; 29 homepage = "https://gut-cli.dev"; 30 license = licenses.mit; 31 - maintainers = with maintainers; [ paveloom ]; 32 mainProgram = "gut"; 33 }; 34 }
··· 28 description = "An alternative git CLI"; 29 homepage = "https://gut-cli.dev"; 30 license = licenses.mit; 31 + maintainers = with maintainers; [ ]; 32 mainProgram = "gut"; 33 }; 34 }