From 273ca5717b18f0808e7e0fb241e64ad0ea5aab5e Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Thu, 13 Oct 2022 23:59:29 +0000
Subject: [PATCH] community/avrdude: fix licence

---
 community/avrdude/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/avrdude/APKBUILD b/community/avrdude/APKBUILD
index b81908f8d10b..b9de68a07201 100644
--- a/community/avrdude/APKBUILD
+++ b/community/avrdude/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
 url="https://nongnu.org/avrdude/"
 arch="all"
-license="GPL"
+license="GPL-2.0-or-later"
 makedepends="linux-headers bash flex byacc libftdi1-dev libusb-dev elfutils-dev"
 subpackages="$pkgname-dev $pkgname-doc"
 source="
-- 
GitLab