gittyup: remove thiagokokada from maintainers

This commit is contained in:
Thiago Kenji Okada 2024-01-07 21:35:40 +00:00
parent f654c43496
commit 5e5668608a

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
description = "A graphical Git client designed to help you understand and manage your source code history"; description = "A graphical Git client designed to help you understand and manage your source code history";
homepage = "https://murmele.github.io/Gittyup"; homepage = "https://murmele.github.io/Gittyup";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ thiagokokada ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
}; };