From 192ec84ce03a4577651380a02b6a5913f4dfd14e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 24 Mar 2024 08:59:42 +0000 Subject: [PATCH] community/delta: update url Use hosted pages site as upstream URL --- community/delta/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/delta/APKBUILD b/community/delta/APKBUILD index a2174ea742b..407fa137688 100644 --- a/community/delta/APKBUILD +++ b/community/delta/APKBUILD @@ -4,7 +4,7 @@ pkgname=delta pkgver=0.17.0 pkgrel=2 pkgdesc="Syntax-highlighting pager for git and diff output" -url="https://github.com/dandavison/delta" +url="https://dandavison.github.io/delta/" license="MIT" # s390x: incompatible with nix crate arch="all !s390x"