chore: update links

- Specify the full homepage URL.
- Follow GNU's naming convention for mailing lists.
This commit is contained in:
CismonX 2025-02-05 18:11:37 +08:00
parent fbed71ce3e
commit d99ef6d681
No known key found for this signature in database
GPG key ID: 3094873E29A482FB
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ Getting Started
See 'INSTALL.md' for instructions on how to build and install BookmarkFS.
See the files under 'doc/' for the user manual.
Project homepage: <https://nongnu.org/bookmarkfs>.
Project homepage: <https://www.nongnu.org/bookmarkfs/>.
Copying

View file

@ -17,6 +17,6 @@ libdir=@libdir@
Name: ${package}
Description: BookmarkFS
Version: ${version}
URL: https://nongnu.org/bookmarkfs
URL: https://www.nongnu.org/bookmarkfs/
Cflags: -I${includedir}
Libs: -L${libdir} -lbookmarkfs_util

View file

@ -8,7 +8,7 @@ dnl This file is offered as-is, without any warranty.
dnl
AC_PREREQ([2.69])
AC_INIT([bookmarkfs], [0.1.0], [bookmarkfs-devel@nongnu.org])
AC_INIT([bookmarkfs], [0.1.0], [bug-bookmarkfs@nongnu.org])
AC_CONFIG_SRCDIR([bookmarkfs.pc.in])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

View file

@ -122,6 +122,6 @@
# define FILE_NAME_ ( __FILE__ + FILE_NAME_OFFSET_ )
#endif
#define BOOKMARKFS_HOMEPAGE_URL "https://nongnu.org/bookmarkfs"
#define BOOKMARKFS_HOMEPAGE_URL "https://www.nongnu.org/bookmarkfs/"
#endif /* !defined(BOOKMARKFS_DEFS_H_) */