From 4a5cda41e2347623e0d90badbbae33ad6db4de01 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Wed, 19 Dec 2018 21:33:48 +0100 Subject: [PATCH] Typo repo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 69578c0..6766224 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -211,7 +211,7 @@ ynh_multimedia_build_main_dir () { # local checksum="9ec4321a92aa2c388af4ee0072735e3e" # Download yunohost.multimedia scripts - wget -nv https://github.com/Karkinou/yunohost.multimedia/archive/${ynh_media_release}.tar.gz + wget -nv https://github.com/Krakinou/yunohost.multimedia/archive/${ynh_media_release}.tar.gz # Check the control sum # echo "${checksum} ${ynh_media_release}.tar.gz" | md5sum -c --status \