From 06370167ae94fecaf09e9535dbcc6da421780ff0 Mon Sep 17 00:00:00 2001 From: Avery King Date: Sat, 9 Sep 2023 15:38:48 -0700 Subject: [PATCH] Update upstream info - Update README info - Update upstream link for packaging Signed-off-by: Avery King --- README | 6 +++--- packaging/id3tag.pc.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index ba58e4d..d2c1f33 100644 --- a/README +++ b/README @@ -33,11 +33,11 @@ COPYRIGHT Send inquiries, comments, bug reports, suggestions, patches, etc. to: - Underbit Technologies, Inc. + https://codeberg.org/tenacityteam/libid3tag - See also the MAD home page on the Web: + See also Tenacity's homepage on the Web: - http://www.underbit.com/products/mad/ + http://tenacityaudio.org =============================================================================== diff --git a/packaging/id3tag.pc.in b/packaging/id3tag.pc.in index 9091419..680d284 100644 --- a/packaging/id3tag.pc.in +++ b/packaging/id3tag.pc.in @@ -5,6 +5,6 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ Name: libid3tag Description: ID3 tag manipulation library for MP3 files Version: @CMAKE_PROJECT_VERSION@ -URL: https://github.com/tenacityteam/libid3tag +URL: https://codeberg.org/tenacityteam/libid3tag Libs: -L${libdir} -lid3tag -lz Cflags: -I${includedir}