gittyup: add fliegendewurst and phijor as maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user