gitstatus: add SuperSandro2000 maintainer

+1 -1
+1 -1
pkgs/applications/version-management/git-and-tools/gitstatus/default.nix
··· 85 85 description = "10x faster implementation of `git status` command"; 86 86 homepage = "https://github.com/romkatv/gitstatus"; 87 87 license = licenses.gpl3Only; 88 - maintainers = with maintainers; [ mmlb hexa ]; 88 + maintainers = with maintainers; [ mmlb hexa SuperSandro2000 ]; 89 89 }; 90 90 }