diff options
Diffstat (limited to 'community/gns3-server/APKBUILD')
-rw-r--r-- | community/gns3-server/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD index 96b14981519..6fe588e93bd 100644 --- a/community/gns3-server/APKBUILD +++ b/community/gns3-server/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="GNS3 network simulator. Server package." url="https://github.com/GNS3/gns3-server" arch="all" -license="GPL3" +license="GPL-3.0" depends="busybox dynamips python3 py3-psutil py3-jinja2 py3-aiohttp py3-aiohttp-cors py3-pytest py3-netifaces py3-ws4py py3-zipstream py3-raven py3-jsonschema py3-yarl py3-multidict py3-prompt_toolkit" |