From 611f7ec8154869c4dc131feb6b082d3a890c369e Mon Sep 17 00:00:00 2001 From: kotontrion <141950090+kotontrion@users.noreply.github.com> Date: Mon, 20 May 2024 18:55:10 +0200 Subject: fix: pkgconfig url --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/meson.build b/src/meson.build index 9f02aae..d8eb796 100644 --- a/src/meson.build +++ b/src/meson.build @@ -62,4 +62,4 @@ pkg_config.generate( filebase : pkg_config_name, subdirs : 'astal', description : 'astal authentication module', - url : 'https://github.com/astal-sh/libastal-auth') + url : 'https://github.com/astal-sh/auth') -- cgit v1.2.3