diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/font/sun-misc diff --git a/configure.ac b/configure.ac index a441dc7..eca7734 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT([font-sun-misc], [1.0.3], - [https://gitlab.freedesktop.org/xorg/font/sun-misc/issues], +AC_INIT([font-sun-misc], [1.0.4], + [https://gitlab.freedesktop.org/xorg/font/sun-misc/-/issues], [font-sun-misc]) AM_INIT_AUTOMAKE([foreign dist-xz]) |