summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ace4fb69d48..90b507c6aea7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = fzf-pass
pkgdesc = FZF frontend for pass written in bash
pkgver = 0.1
pkgrel = 1
- url = https://github.com/carnager/rofi-pass
+ url = https://git.reekynet.com/ReekyMarko/fzf-pass
arch = any
license = GPL
depends = fzf
diff --git a/PKGBUILD b/PKGBUILD
index 6d5eaea233d1..a0de4ec75437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Rasmus Steinke <rasi at xssn dot at>
+# Maintainer: Marko Korhonen <marko dot korhonen at reekynet dot com>
pkgname=fzf-pass
pkgver=0.1
pkgrel=1
pkgdesc="FZF frontend for pass written in bash"
arch=('any')
-url='https://github.com/carnager/rofi-pass'
+url='https://git.reekynet.com/ReekyMarko/fzf-pass'
license=('GPL')
depends=('fzf' 'pass' 'ydotool')
source=('https://gitlab.com/ReekyMarko/fzf-pass/raw/2533521513b12b1db07bc37cc9087a3e76eb624b/fzf-pass')