sly: remove aucub from maintainers

This commit is contained in:
aucub
2025-01-25 21:22:25 +00:00
parent d7a46af770
commit cb5e353333
+1 -1
View File
@@ -28,7 +28,7 @@ flutter.buildFlutterApplication {
homepage = "https://github.com/kra-mo/sly";
mainProgram = "sly";
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ aucub ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}