Add email to pubspec

This commit is contained in:
Christian Pauly 2019-06-09 13:37:20 +02:00
parent 19cca4c0e3
commit 28437d5b7e
2 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ import 'dart:async';
import 'dart:convert';
import 'dart:core';
import 'package:sqflite/sqflite.dart';
import 'package:path/path.dart' as p;
import 'sync/EventUpdate.dart';
import 'sync/RoomUpdate.dart';
import 'package:path/path.dart' as p;
import 'Client.dart';
import 'User.dart';
import 'Room.dart';

View File

@ -1,7 +1,7 @@
name: famedlysdk
description: Matrix SDK for the famedly talk app written in dart.
version: 0.0.1
author: famedly
author: famedly <p.kurtz@famedly.com>
homepage: https://famedly.com
environment: