gui-for-clash: remove aucub from maintainers
This commit is contained in:
@@ -60,7 +60,7 @@ let
|
||||
meta = {
|
||||
description = "GUI program developed by vue3";
|
||||
license = with lib.licenses; [ gpl3Plus ];
|
||||
maintainers = with lib.maintainers; [ aucub ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
});
|
||||
@@ -132,7 +132,7 @@ buildGoModule {
|
||||
homepage = "https://github.com/GUI-for-Cores/GUI.for.Clash";
|
||||
mainProgram = "GUI.for.Clash";
|
||||
license = with lib.licenses; [ gpl3Plus ];
|
||||
maintainers = with lib.maintainers; [ aucub ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user