Skip to content

Commit

Permalink
Fix project URLs.
Browse files Browse the repository at this point in the history
Signed-off-by: Shih-Yuan Lee (FourDollars) <[email protected]>
  • Loading branch information
fourdollars committed Jun 7, 2016
1 parent 9754d69 commit d4cb997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
AC_PREREQ([2.53])

AC_INIT([libdill], [m4_esyscmd([./package_version.sh])],
[[email protected]], [libdill], [http://example.org/])
[[email protected]], [libdill], [http://libdill.org/])
AC_CONFIG_SRCDIR([libdill.pc.in])
AM_INIT_AUTOMAKE([1.6 foreign subdir-objects tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down
2 changes: 1 addition & 1 deletion libdill.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includedir=@includedir@

Name: libdill
Description: coroutine library
URL: http://example.org/
URL: http://libdill.org/
Version: @DILL_ABI_VERSION@
Requires:
Libs: -L${libdir} -ldill @LIBS@
Expand Down

0 comments on commit d4cb997

Please sign in to comment.