From 025f78c0c842f381c8c6a0f7a35a15791521c51d Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 11 Mar 2024 18:12:30 +0545 Subject: [PATCH] fix repo URL --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index ce4990f..67068eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: utopia_http -description: A light and easy to get started with HTTP framework for Dart +description: A light and easy to get started with HTTP server library for Dart version: 0.1.0 -homepage: https://github.com/utopia-dart/utopia_framework +homepage: https://github.com/utopia-dart/utopia_http environment: sdk: '>=2.18.0 <4.0.0'