gittyup: add fliegendewurst and phijor as maintainers

This commit is contained in:
Philipp Joram
2025-01-09 12:04:24 +02:00
parent e0298518cf
commit 4d920907ce
@@ -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;
};