[gnome-packagekit] Replace old PK website URL with new one



commit b3736f44f6a9dda0f86af1009be9a7f64c97e1be
Author: Matthias Klumpp <matthias tenstral net>
Date:   Mon Sep 19 14:02:19 2022 +0200

    Replace old PK website URL with new one
    
    Resolves: #5

 README.md                        | 5 ++---
 contrib/gnome-packagekit.spec.in | 2 +-
 gnome-packagekit.doap            | 4 ++--
 src/gpk-application.c            | 2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/README.md b/README.md
index 5f2922c3..f6645b32 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
-# gnome-packagekit
+# GNOME PackageKit
 A PackageKit client for the GNOME desktop
 
 gnome-packagekit are PackageKit client programs designed for the GNOME desktop.
 
-For more information, please see http://www.packagekit.org
+For more information, please see https://www.freedesktop.org/software/PackageKit/
 
 The GNOME logo and GNOME name are registered trademarks or trademarks of
 GNOME Foundation in the United States or other countries.
 KDE, K Desktop Environment and the KDE Logo are trademarks of KDE e.V.
-
diff --git a/contrib/gnome-packagekit.spec.in b/contrib/gnome-packagekit.spec.in
index d97162d9..481ddad2 100644
--- a/contrib/gnome-packagekit.spec.in
+++ b/contrib/gnome-packagekit.spec.in
@@ -6,7 +6,7 @@ Version:   #VERSION#
 Release:   0.#BUILD#%{?alphatag}%{?dist}
 License:   GPLv2+
 Group:     Applications/System
-URL:       http://www.packagekit.org
+URL:       https://www.freedesktop.org/software/PackageKit/
 Source0:   http://download.gnome.org/sources/gnome-packagekit/3.20/%{name}-%{version}.tar.xz
 
 BuildRequires: glib2-devel >= 2.25.8
diff --git a/gnome-packagekit.doap b/gnome-packagekit.doap
index ffe94132..551f99cc 100644
--- a/gnome-packagekit.doap
+++ b/gnome-packagekit.doap
@@ -13,7 +13,7 @@
    for PackageKit to be used in the GNOME desktop.
   </description>
 
-  <homepage rdf:resource="http://www.packagekit.org/"; />
+  <homepage rdf:resource="https://www.freedesktop.org/software/PackageKit/"; />
   <mailing-list rdf:resource="http://lists.freedesktop.org/mailman/listinfo/packagekit/"; />
 
   <maintainer>
@@ -27,6 +27,6 @@
 
   <license rdf:resource="http://www.gnu.org/licenses/gpl-2.0.txt"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-packagekit/issues/"; />
-  <screenshots rdf:resource="http://www.packagekit.org/pk-screenshots.html#gnome"; />
+  <screenshots rdf:resource="https://www.freedesktop.org/software/PackageKit/pk-screenshots.html#gnome"; />
 
 </Project>
diff --git a/src/gpk-application.c b/src/gpk-application.c
index e0c6a6db..7851c97f 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -2182,7 +2182,7 @@ gpk_application_activate_about_cb (GSimpleAction *action,
                               "license", license_trans,
                               "wrap-license", TRUE,
                               "website-label", _("PackageKit Website"),
-                              "website", "http://www.packagekit.org";,
+                              "website", "https://www.freedesktop.org/software/PackageKit/";,
                                /* TRANSLATORS: description of NULL, gpk-application that is */
                               "comments", _("Package Manager for GNOME"),
                               "authors", authors,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]