summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99161e5eaaae..9c4948b65cd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = fzpac-git
pkgrel = 3
url = https://github.com/sheepla/fzpac
arch = any
- license = custom
+ license = MIT
depends = fzf
depends = pacman
source = git+https://github.com/sheepla/fzpac
diff --git a/PKGBUILD b/PKGBUILD
index 3e7a442fb656..abde0f07f64b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=3
pkgdesc="Arch Linux (pacman) package finder with fzf "
arch=("any")
url="https://github.com/sheepla/fzpac"
-license=('custom')
+license=('MIT')
depends=("fzf" "pacman")
source=("git+$url")
sha256sums=('SKIP')