summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaël Kerbiriou2023-02-16 19:00:39 +0100
committerMaël Kerbiriou2023-02-16 19:00:39 +0100
commit6ddc015ce071f9e3b2002ac1ef46828cf5942753 (patch)
treef7b2173ad04e7e0db0b242c5d293fd2dcee61aca
parent019ef7812a846ed575d0537337bb69f6bc5c5417 (diff)
downloadaur-6ddc015ce071f9e3b2002ac1ef46828cf5942753.tar.gz
Update github repository owner
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6781aab4d247..26c80ab76158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = nix-zsh-completions-git
pkgdesc = ZSH Completions for Nix
pkgver = 0.4.4.r13.g6a1bfc0
pkgrel = 1
- url = https://github.com/spwhitt/nix-zsh-completions
+ url = https://github.com/nix-community/nix-zsh-completions
arch = any
license = BSD
makedepends = git
depends = zsh
provides = nix-zsh-completions
conflicts = nix-zsh-completions
- source = nix-zsh-completions::git+https://github.com/spwhitt/nix-zsh-completions.git
+ source = nix-zsh-completions::git+https://github.com/nix-community/nix-zsh-completions.git
sha256sums = SKIP
pkgname = nix-zsh-completions-git
diff --git a/PKGBUILD b/PKGBUILD
index f432a1622219..1140a78811b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=0.4.4.r13.g6a1bfc0
pkgrel=1
pkgdesc="ZSH Completions for Nix"
arch=(any)
-url="https://github.com/spwhitt/nix-zsh-completions"
+url="https://github.com/nix-community/nix-zsh-completions"
license=(BSD)
depends=(zsh)
makedepends=(git)
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("${_pkgname}::git+https://github.com/spwhitt/nix-zsh-completions.git")
+source=("${_pkgname}::git+https://github.com/nix-community/nix-zsh-completions.git")
sha256sums=('SKIP')
pkgver() {
@@ -30,7 +30,6 @@ package() {
# Misc.
install -m0644 -Dt "${pkgdir}/usr/share/doc/${_pkgname}" README.md
install -m0644 -Dt "${pkgdir}/usr/share/licenses/${_pkgname}" LICENSE
-
}
# vim: set noet ff=unix: