summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26db5037644..f7ea43b61505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = qotd
pkgdesc = A simple RFC 865-compliant QOTD (quote of the day) daemon.
pkgver = 0.12.0
pkgrel = 1
- url = https://github.com/ammongit/qotd
+ url = https://github.com/emmiegit/qotd
install = qotd.install
arch = any
license = GPL
@@ -14,8 +14,7 @@ pkgbase = qotd
conflicts = qotd
options = !zipman
backup = etc/qotd.conf
- source = https://github.com/ammongit/qotd/archive/v0.12.0.tar.gz
+ source = https://github.com/emmiegit/qotd/archive/v0.12.0.tar.gz
sha256sums = SKIP
pkgname = qotd
-
diff --git a/PKGBUILD b/PKGBUILD
index 96b72bcaa237..c32f07b2002d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Ammon Smith <ammon.i.smith@gmail.com>
+# Maintainer: Emmie Maeda <emmie.maeda@gmail.com>
pkgname=qotd
pkgver=0.12.0
pkgrel=1
pkgdesc="A simple RFC 865-compliant QOTD (quote of the day) daemon."
arch=('any')
-url="https://github.com/ammongit/$pkgname"
+url="https://github.com/emmiegit/$pkgname"
license=('GPL')
depends=()
makedepends=('git' 'gcc' 'ghostscript' 'gzip')
@@ -14,7 +14,7 @@ provides=("$pkgname")
conflicts=("$pkgname")
options=('!zipman')
install="$pkgname.install"
-source=("https://github.com/ammongit/qotd/archive/v$pkgver.tar.gz")
+source=("https://github.com/emmiegit/qotd/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')
backup=('etc/qotd.conf')