diff options
author | kotontrion <[email protected]> | 2024-05-20 18:55:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-20 18:55:10 +0200 |
commit | 611f7ec8154869c4dc131feb6b082d3a890c369e (patch) | |
tree | fc555688349898070822ad19225f41788b43eb58 | |
parent | 6bfba4314162baa0cc7093132d66ea9b8b5370d7 (diff) |
fix: pkgconfig url
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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') |