summaryrefslogtreecommitdiff
path: root/APKBUILD
diff options
context:
space:
mode:
authorjvoisin2020-03-04 19:30:42 +0100
committerjvoisin2020-03-04 19:30:42 +0100
commitd7b7a0d4e10d7b87b124889821b14e9858ed0a9c (patch)
treee4240582b445a5f43652bf93b37b4791f0c6547c /APKBUILD
parent394edbf3b5232c30dd3019f8c3a5dfadc310884f (diff)
%s/nbs-system/jvoisin
Since I'm the only one to maintain Snuffleupagus, let's adjust the links and contact addresses of my fork, to point to well… my fork.
Diffstat (limited to 'APKBUILD')
-rw-r--r--APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/APKBUILD b/APKBUILD
index b784e38..b3345f6 100644
--- a/APKBUILD
+++ b/APKBUILD
@@ -1,4 +1,4 @@
1# Maintainer: <secu@nbs-system.com> 1# Maintained by Julien (jvoisin) Voisin <julien.voisin+snuffleupagus@dustri.org>
2pkgname="php7-snuffleupagus" 2pkgname="php7-snuffleupagus"
3_pkgname="snuffleupagus" 3_pkgname="snuffleupagus"
4pkgver=0.1 4pkgver=0.1
@@ -10,7 +10,7 @@ license="LGPL3"
10depends="php7-dev php7-fpm" 10depends="php7-dev php7-fpm"
11source="" 11source=""
12 12
13_giturl="https://github.com/nbs-system/snuffleupagus.git" 13_giturl="https://github.com/jvoisin/snuffleupagus.git"
14 14
15prepare() { 15prepare() {
16 default_prepare 16 default_prepare