From 68fdd200129814d1527d6cf92404829b3fc95c47 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Thu, 24 Oct 2019 02:29:01 +0200 Subject: [PATCH] main/postmarketos-ui-sway: set license to GPL-3.0-or-later (!696) Like our other UI packages; we don't need special snowflakes --- main/postmarketos-ui-sway/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-sway/APKBUILD b/main/postmarketos-ui-sway/APKBUILD index 5e8125dcd..92f4ee443 100644 --- a/main/postmarketos-ui-sway/APKBUILD +++ b/main/postmarketos-ui-sway/APKBUILD @@ -3,11 +3,11 @@ # Maintainer: Danct12 pkgname=postmarketos-ui-sway pkgver=1 -pkgrel=3 +pkgrel=4 pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)" url="https://postmarketos.org" arch="noarch" -license="MIT" +license="GPL-3.0-or-later" depends="dbus sway swaylock swayidle xorg-server-xwayland postmarketos-artwork-wallpapers rxvt-unicode xorg-server lightdm lightdm-openrc elogind" install="$pkgname.post-install $pkgname.post-upgrade"