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 a71ff399ca15..7c06d1923e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = erlang-recon
pkgrel = 1
url = https://hex.pm/packages/recon
arch = x86_64
- license = Apache 2.0
+ license = BSD
makedepends = rebar
depends = erlang-nox
source = https://repo.hex.pm/tarballs/recon-2.3.6.tar
diff --git a/PKGBUILD b/PKGBUILD
index 2d8f9f8a3fde..195b93d97349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Diagnostic tools for production use"
arch=("x86_64")
url=https://hex.pm/packages/recon
-license=("Apache 2.0")
+license=("BSD")
depends=("erlang-nox")
makedepends=("rebar")
source=("https://repo.hex.pm/tarballs/$_pkgname-$pkgver.tar")