diff options
author | Aylur <[email protected]> | 2024-11-03 19:22:36 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-03 19:22:36 +0100 |
commit | c5eba25c0788f62b19e785c895b29f432108ab25 (patch) | |
tree | cb066db8adbfc1ac9712b7f471624eceaf409b8e /lib/astal | |
parent | c989a36eb240bccfc8ef9d3ed5870d2bce600fd2 (diff) |
fix: rename to astal4
Diffstat (limited to 'lib/astal')
-rw-r--r-- | lib/astal/gtk4/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/astal/gtk4/meson.build b/lib/astal/gtk4/meson.build index 48d3058..0c24a10 100644 --- a/lib/astal/gtk4/meson.build +++ b/lib/astal/gtk4/meson.build @@ -1,5 +1,5 @@ project( - 'astal', + 'astal-4', 'vala', 'c', version: run_command('cat', join_paths(meson.project_source_root(), 'version')).stdout().strip(), |