| Index: pkg/pub_server/lib/repository.dart
|
| diff --git a/pkg/pubserver/lib/repository.dart b/pkg/pub_server/lib/repository.dart
|
| similarity index 99%
|
| rename from pkg/pubserver/lib/repository.dart
|
| rename to pkg/pub_server/lib/repository.dart
|
| index 26fa1a6de04c03207db8f551e9d98d45b57e1beb..492008977e7664a02433f942198ed8a142451350 100644
|
| --- a/pkg/pubserver/lib/repository.dart
|
| +++ b/pkg/pub_server/lib/repository.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library pubserver.repository;
|
| +library pub_server.repository;
|
|
|
| import 'dart:async';
|
|
|
|
|