oneanime: remove aucub from maintainers

This commit is contained in:
aucub
2025-01-25 21:22:24 +00:00
parent 04c0b3b96f
commit 2315b9d7aa
+2 -2
View File
@@ -50,7 +50,7 @@ let
meta = {
homepage = "https://github.com/Predidit/open_chinese_convert_bridge";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
};
};
in
@@ -164,7 +164,7 @@ flutter327.buildFlutterApplication rec {
homepage = "https://github.com/Predidit/oneAnime";
mainProgram = "oneanime";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}