From 139a79fa9b081914701cb9ec5f2bd57793c49608 Mon Sep 17 00:00:00 2001 From: Caleb Connolly Date: Tue, 29 Mar 2022 02:08:44 +0100 Subject: [PATCH] main/ttyescape: change licence to GPL-2.0 (MR 3042) When moving the code to it's own repo I changed the license to GPL-2.0, I forgot to update the APKBUILD. [ci:skip-build] already built successfully in CI --- main/ttyescape/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/ttyescape/APKBUILD b/main/ttyescape/APKBUILD index 94a701763..144e88688 100644 --- a/main/ttyescape/APKBUILD +++ b/main/ttyescape/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Caleb Connolly pkgname=ttyescape pkgver=1.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Daemon to allow users to escape to a tty" url="https://gitlab.com/postmarketOS/ttyescape" arch="noarch" -license="GPL-3.0-or-later" +license="GPL-2.0" depends="hkdm buffyboard terminus-font kbd" install="$pkgname.post-install" subpackages="$pkgname-openrc"