From 174a55ff1594c71d77ea971b1dbeaf5760eb1e69 Mon Sep 17 00:00:00 2001 From: Boris Stefanovic <owldev@bluewin.ch> Date: Sun, 26 Mar 2023 01:52:51 +0100 Subject: [PATCH] FIX: changed repository url in .mk file --- buildroot/buildroot.patch | 4 ++-- buildroot/package/imageviewer/imageviewer.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildroot/buildroot.patch b/buildroot/buildroot.patch index d1e3a24..100e8de 100644 --- a/buildroot/buildroot.patch +++ b/buildroot/buildroot.patch @@ -77,12 +77,12 @@ index 0000000000..6c086c5369 +exit $? diff --git a/package/imageviewer/imageviewer.mk b/package/imageviewer/imageviewer.mk new file mode 100644 -index 0000000000..34b5020242 +index 0000000000..7f4852d0d4 --- /dev/null +++ b/package/imageviewer/imageviewer.mk @@ -0,0 +1,28 @@ +IMAGEVIEWER_VERSION = origin/stable -+IMAGEVIEWER_SITE = https://gitedu.hesge.ch/boris.stefanov/imageviewer.git ++IMAGEVIEWER_SITE = https://gitedu.hesge.ch/boris.stefanov/image-viewer.git +IMAGEVIEWER_SITE_METHOD = git + +IMAGEVIEWER_GOMOD = . diff --git a/buildroot/package/imageviewer/imageviewer.mk b/buildroot/package/imageviewer/imageviewer.mk index 34b5020..7f4852d 100644 --- a/buildroot/package/imageviewer/imageviewer.mk +++ b/buildroot/package/imageviewer/imageviewer.mk @@ -1,5 +1,5 @@ IMAGEVIEWER_VERSION = origin/stable -IMAGEVIEWER_SITE = https://gitedu.hesge.ch/boris.stefanov/imageviewer.git +IMAGEVIEWER_SITE = https://gitedu.hesge.ch/boris.stefanov/image-viewer.git IMAGEVIEWER_SITE_METHOD = git IMAGEVIEWER_GOMOD = . -- GitLab