diff --git a/pkgs/applications/version-management/gittyup/default.nix b/pkgs/applications/version-management/gittyup/default.nix index 47bf9a8cd2a2..cfe26c2de044 100644 --- a/pkgs/applications/version-management/gittyup/default.nix +++ b/pkgs/applications/version-management/gittyup/default.nix @@ -88,7 +88,10 @@ stdenv.mkDerivation rec { description = "Graphical Git client designed to help you understand and manage your source code history"; homepage = "https://murmele.github.io/Gittyup"; license = with licenses; [ mit ]; - maintainers = [ ]; + maintainers = with maintainers; [ + fliegendewurst + phijor + ]; platforms = platforms.unix; broken = stdenv.hostPlatform.isDarwin; };