diff options
author | Aylur <[email protected]> | 2024-11-15 15:25:42 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-15 15:25:47 +0000 |
commit | 433984c5830aac3fcde66ffff93d0dc7e5e69366 (patch) | |
tree | 4e2f2f98568ca921916d212ad95781301b1209a3 | |
parent | 2dd071c5bbbec7c584cf07349ffbca56189e0a78 (diff) |
chore: update license on gjs and lua package
closes #89
-rw-r--r-- | lang/gjs/package.json | 2 | ||||
-rw-r--r-- | lang/lua/astal-dev-1.rockspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gjs/package.json b/lang/gjs/package.json index da88d90..43a7702 100644 --- a/lang/gjs/package.json +++ b/lang/gjs/package.json @@ -4,7 +4,7 @@ "description": "Building blocks for building linux desktop shell", "type": "module", "author": "Aylur", - "license": "GPL", + "license": "LGPL-2.1", "repository": { "type": "git", "url": "https://github.com/aylur/astal.git", diff --git a/lang/lua/astal-dev-1.rockspec b/lang/lua/astal-dev-1.rockspec index 3970672..d8ee9be 100644 --- a/lang/lua/astal-dev-1.rockspec +++ b/lang/lua/astal-dev-1.rockspec @@ -8,7 +8,7 @@ source = { description = { summary = "lua bindings for libastal.", homepage = "https://aylur.github.io/astal/", - license = "GPL-3", + license = "LGPL-2.1", } dependencies = { |