From 7e7958a266abfec53c07a23a46221fae44a71ed6 Mon Sep 17 00:00:00 2001
From: Vladimir Vaskov <rirusha@altlinux.org>
Date: Wed, 4 Sep 2024 18:19:44 +0300
Subject: [PATCH] fix: change license

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2081599..dbfad99 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('alt-regular-backgrounds',
   version: '0.3.2',
   meson_version: '>= 0.56.0',
-  license: 'GPL-3.0-or-later'
+  license: 'CC-BY-SA-4.0'
 )
 
 i18n = import('i18n')