summaryrefslogtreecommitdiff
path: root/tutorial/dart
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2015-10-03 01:34:59 +0200
committerJens Geyer <jensg@apache.org>2015-10-03 01:44:44 +0200
commita8d5a7841d42a9d663bc7fb2379500597a7d5020 (patch)
treecae7025e35957992d55d4cc4c3e1b9d403fbfb76 /tutorial/dart
parent932c4700c6e3aee20b74d5e2f562326029e6b9c8 (diff)
downloadthrift-a8d5a7841d42a9d663bc7fb2379500597a7d5020.tar.gz
THRIFT-3299 Apache Thrift language bindings for Dart
Client: Dart Patch: Jens Geyer Adjusted dart package description files (pubspec.yaml)
Diffstat (limited to 'tutorial/dart')
-rw-r--r--tutorial/dart/client/pubspec.yaml4
-rw-r--r--tutorial/dart/console_client/pubspec.yaml4
-rw-r--r--tutorial/dart/server/pubspec.yaml4
3 files changed, 6 insertions, 6 deletions
diff --git a/tutorial/dart/client/pubspec.yaml b/tutorial/dart/client/pubspec.yaml
index 97c625beb..4bd3394a1 100644
--- a/tutorial/dart/client/pubspec.yaml
+++ b/tutorial/dart/client/pubspec.yaml
@@ -18,8 +18,8 @@
name: tutorial_client
version: 1.0.0-dev
description: A Dart client implementation of the Apache Thrift tutorial
-author: Mark Erickson <mark.erickson@workiva.com>
-homepage: https://github.com/apache/thrift
+author: Apache Thrift Developers <dev@thrift.apache.org>
+homepage: http://thrift.apache.org
environment:
sdk: ^1.12.0
diff --git a/tutorial/dart/console_client/pubspec.yaml b/tutorial/dart/console_client/pubspec.yaml
index 3db9fb9d0..1423ed279 100644
--- a/tutorial/dart/console_client/pubspec.yaml
+++ b/tutorial/dart/console_client/pubspec.yaml
@@ -19,8 +19,8 @@ name: tutorial_console_client
version: 1.0.0-dev
description: >
A Dart console client to implementation of the Apache Thrift tutorial
-author: Mark Erickson <mark.erickson@workiva.com>
-homepage: https://github.com/apache/thrift
+author: Apache Thrift Developers <dev@thrift.apache.org>
+homepage: http://thrift.apache.org
environment:
sdk: ^1.12.0
dependencies:
diff --git a/tutorial/dart/server/pubspec.yaml b/tutorial/dart/server/pubspec.yaml
index f502974e7..cdb2dc7a3 100644
--- a/tutorial/dart/server/pubspec.yaml
+++ b/tutorial/dart/server/pubspec.yaml
@@ -18,8 +18,8 @@
name: tutorial_server
version: 1.0.0-dev
description: A Dart server to support the Apache Thrift tutorial
-author: Mark Erickson <mark.erickson@workiva.com>
-homepage: https://github.com/apache/thrift
+author: Apache Thrift Developers <dev@thrift.apache.org>
+homepage: http://thrift.apache.org
environment:
sdk: ^1.12.0
dependencies: