Index: pkg/http_server/pubspec.yaml |
diff --git a/pkg/fixnum/pubspec.yaml b/pkg/http_server/pubspec.yaml |
similarity index 58% |
copy from pkg/fixnum/pubspec.yaml |
copy to pkg/http_server/pubspec.yaml |
index bdb079cc6d8e7061771e1ba86a368af634aebea0..a60291cc88840ba4aef354cc882a62a00be2587d 100644 |
--- a/pkg/fixnum/pubspec.yaml |
+++ b/pkg/http_server/pubspec.yaml |
@@ -1,5 +1,5 @@ |
-name: fixnum |
+name: http_server |
author: "Dart Team <misc@dartlang.org>" |
homepage: http://www.dartlang.org |
description: > |
- Library for 32- and 64-bit fixed size integers. |
+ Library of HTTP server classes. |