summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmmon Smith2022-12-01 01:02:47 -0500
committerAmmon Smith2022-12-01 01:02:47 -0500
commit4047722ca860a9a67a33b1779a4a93d4e39dc1af (patch)
tree7579ad4b632913b139c74a698ef4ff58b0a8717b /PKGBUILD
parentd63592fed005321d0e8d485de6072392f58c8d21 (diff)
downloadaur-4047722ca860a9a67a33b1779a4a93d4e39dc1af.tar.gz
Update metadata.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')