From 74d37ac78043684733b4c0203efbda724dff7855 Mon Sep 17 00:00:00 2001 From: Alexandre Franke Date: Thu, 14 Mar 2024 21:09:22 +0100 Subject: [PATCH] metainfo: update remaining wiki links --- README.md | 4 ++-- gcalc/gcalc.pc.in | 2 +- gci/gci.pc.in | 2 +- gnome-calculator.doap | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9cc2b44..d717af9f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Calculator is an application that solves mathematical equations and is suitable ## Useful links -- Homepage: +- Homepage: - Report issues: - Donate: -- Translate: +- Translate: diff --git a/gcalc/gcalc.pc.in b/gcalc/gcalc.pc.in index f9d40bb7..4d3ecfef 100644 --- a/gcalc/gcalc.pc.in +++ b/gcalc/gcalc.pc.in @@ -6,7 +6,7 @@ includedir=@prefix@/include Name: libgcalc Description: GNOME Calculator Libray -URL: https://wiki.gnome.org/Apps/Calculator +URL: https://apps.gnome.org/Calculator Version: @PROJECT_VERSION@ Requires.private: gio-2.0 >= 2.50 gee-0.8 >= 0.20 Libs: -L${libdir} -lgcalc-@API_VERSION@ diff --git a/gci/gci.pc.in b/gci/gci.pc.in index c15a54f4..aae5c3db 100644 --- a/gci/gci.pc.in +++ b/gci/gci.pc.in @@ -6,7 +6,7 @@ includedir=@prefix@/include Name: libgcalc Description: GNOME Calculator Library GTK Interface -URL: https://wiki.gnome.org/Apps/Calculator +URL: https://apps.gnome.org/Calculator Version: @PROJECT_VERSION@ Requires.private: gcalc-2 >= 3.34 gtk4 >= 4.4.1 Libs: -L${libdir} -lgci-@API_VERSION@ diff --git a/gnome-calculator.doap b/gnome-calculator.doap index 0676ba42..11be5a89 100644 --- a/gnome-calculator.doap +++ b/gnome-calculator.doap @@ -6,7 +6,7 @@ GNOME Calculator Desktop calculator - + -- GitLab