mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-07-23 09:38:53 +00:00
chore: update links
- Specify the full homepage URL. - Follow GNU's naming convention for mailing lists.
This commit is contained in:
parent
fbed71ce3e
commit
d99ef6d681
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
|
|
@ -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_) */
|
||||
|
|
Loading…
Add table
Reference in a new issue