summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-05-20 18:55:10 +0200
committerGitHub <[email protected]>2024-05-20 18:55:10 +0200
commit611f7ec8154869c4dc131feb6b082d3a890c369e (patch)
treefc555688349898070822ad19225f41788b43eb58
parent6bfba4314162baa0cc7093132d66ea9b8b5370d7 (diff)
fix: pkgconfig url
-rw-r--r--src/meson.build2
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')