neovide: fix license

This commit is contained in:
hesam-init 2024-08-02 09:44:26 +03:30
parent 48ab01f7c5
commit 751b4be4cb

View file

@ -8,7 +8,7 @@ makedepends="python3"
depends="neovim libxkbcommon-x11 libglvnd"
short_desc="No Nonsense Neovim Client in Rust"
maintainer="hesam-init <hesam.init@gmail.com>"
license=MIT
license="MIT"
homepage=https://github.com/neovide/neovide
distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
checksum="21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a"
@ -19,4 +19,6 @@ post_install() {
vcopy assets/neo* usr/share/pixmaps
vinstall assets/neovide.desktop 644 usr/share/applications
vlicense LICENSE
}