diff options
Diffstat (limited to 'main/indent')
-rw-r--r-- | main/indent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/indent/APKBUILD b/main/indent/APKBUILD index 1b257737c..260684cae 100644 --- a/main/indent/APKBUILD +++ b/main/indent/APKBUILD @@ -10,7 +10,7 @@ depends= makedepends="gettext-dev" install= subpackages="$pkgname-doc $pkgname-lang" -source="http://indent.isidore-it.eu/$pkgname-$pkgver.tar.gz" +source="http://dev.alpinelinux.org/archive/indent/$pkgname-$pkgver.tar.gz" arch="all" _builddir="$srcdir"/$pkgname-$pkgver |