diff --git a/packages/curl_parser/LICENSE b/packages/curl_parser/LICENSE index d036f89e..498fbbb0 100644 --- a/packages/curl_parser/LICENSE +++ b/packages/curl_parser/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Ankit Mahato, Ashita Prasad + Copyright 2023 Ashita Prasad, Ankit Mahato Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/curl_parser/README.md b/packages/curl_parser/README.md index 76295548..f840b82d 100644 --- a/packages/curl_parser/README.md +++ b/packages/curl_parser/README.md @@ -1,4 +1,4 @@ -# curl_parser +# curl Parser Easily parse a cURL command into a Dart object and generate cURL commands from Dart objects. A well-tested and better alternative to [curl_converter](https://pub.dev/packages/curl_converter). diff --git a/packages/curl_parser/pubspec.yaml b/packages/curl_parser/pubspec.yaml index 2a237ee2..2e356acf 100644 --- a/packages/curl_parser/pubspec.yaml +++ b/packages/curl_parser/pubspec.yaml @@ -1,5 +1,5 @@ name: curl_parser -description: Parse cURL command to Dart object and convert Dart object to cURL commands. +description: Parse cURL command to Dart object and convert Dart object to cURL command. version: 0.1.0 homepage: https://github.com/foss42/apidash/tree/main/packages/curl_parser repository: https://github.com/foss42/apidash/tree/main/packages/curl_parser