flclash: remove aucub from maintainers

This commit is contained in:
aucub
2025-01-25 21:22:23 +00:00
parent af19eea910
commit c29d334709
+2 -2
View File
@@ -48,7 +48,7 @@ let
description = "Multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free";
homepage = "https://github.com/chen08209/FlClash";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
};
};
in
@@ -101,7 +101,7 @@ flutter324.buildFlutterApplication {
homepage = "https://github.com/chen08209/FlClash";
mainProgram = "FlClash";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}