From fa0efd6841b1f5502149126a89123127cbfb582b Mon Sep 17 00:00:00 2001 From: Gaspard Merten Date: Mon, 7 Mar 2022 10:41:45 +0100 Subject: [PATCH] Fixing homepage url --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b38bf3f..a915e88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: date_field description: A widget in the form of a field that lets people choose a date, a time or both. version: 3.0.0 -homepage: 'https://github.com/axrs/date_field' +homepage: 'https://github.com/GaspardMerten/date_field' environment: sdk: '>=2.15.0 <3.0.0'