From c8c93541169d4f756121d75964c8818fee6ee572 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 21:23:23 -0500 Subject: [PATCH] arch: Fix license. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 482752c..5e47c38 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgver="(replaceme)" pkgdesc="A user-space driver and GUI configurator for the Logitech G13" arch=('any') url="https://github.com/jtgans/g13gui" -license=('BSD') +license=('MIT') depends=( 'python>=3.8' 'python-appdirs'