summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Borders2019-11-16 15:12:52 -0500
committerMichael Borders2019-11-16 15:12:52 -0500
commitf0776a9932f3541df6f0fa47e9a7c2345457fe41 (patch)
tree09238fd5aa444da06aa98e91394d00edd4bd36f1
parent8255f92f13daac3dbfc079d1bbc49f0fa27bd2a6 (diff)
downloadaur-f0776a9932f3541df6f0fa47e9a7c2345457fe41.tar.gz
Fixed license
I was creating a bunch of Apache licensed packages and forgot to change the license.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20cc9e1f3608..0bc46f88336d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-netmiko
pkgrel = 1
url = https://github.com/ktbyers/netmiko
arch = any
- license = Apache
+ license = MIT
makedepends = python-setuptools
depends = python
depends = python-paramiko
diff --git a/PKGBUILD b/PKGBUILD
index 7e7d6cfedc49..55ad03c3719b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Multi-vendor library to simplify Paramiko SSH connections to network devices"
arch=('any')
url="https://github.com/ktbyers/netmiko"
-license=('Apache')
+license=('MIT')
depends=('python' 'python-paramiko' 'python-scp' 'python-pyserial' 'python-textfsm')
optdepends=()
makedepends=('python-setuptools')