From 2061637dc6eee2d5b78621a5d9b565104b189558 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 20 Nov 2022 00:49:05 -0600 Subject: [PATCH] Use correct homepage and license --- lsd/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lsd/lure.sh b/lsd/lure.sh index 8cbaa83..77b544d 100644 --- a/lsd/lure.sh +++ b/lsd/lure.sh @@ -2,10 +2,10 @@ name='lsd' version=auto release=1 desc='The next gen ls command' -homepage='https://github.com/sharkdp/bat' +homepage='https://github.com/eltoche/lsd' architectures=('amd64') maintainer='SinTan1729' -license=('APACHE-2.0' 'MIT') +license=('APACHE-2.0') provides=('lsd') conflicts=('lsd') git_repo="Peltoche/lsd"