From 8569c34ce2753d52964b510c07ab1f2b934844f4 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Thu, 28 Nov 2019 18:23:43 +1100 Subject: [PATCH] Update homepage --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0719398..ea52623 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: just_audio description: Flutter plugin to play audio from streams, files and assets. Works with audio_service to play audio in the background. version: 0.0.1 author: Ryan Heise -homepage: https://pub.dev/packages/audio_service +homepage: https://github.com/ryanheise/just_audio environment: sdk: ">=2.1.0 <3.0.0"