guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2bdda1ea9ad34ddda8e40e69da483d033d405cb1
Author: Sughosha <[email protected]>
AuthorDate: Sat Mar 7 18:18:49 2026 +0530

    gnu: plasma-workspace-wallpapers: Fix home-page and synopsis.
    
    * gnu/packages/kde-plasma.scm (plasma-workspace-wallpapers)[home-page]: 
Change
    the URL to https://invent.kde.org/plasma/plasma-workspace-wallpapers.
    [synopsis]: Adjust to refer to the correct package.
    
    Change-Id: Ibc9647896621f51f8c35a195bd017f95a56d4a71
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index dc0befbce4..96d168ed3a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3039,8 +3039,8 @@ hardware management, and a high degree of 
customizability.")
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs (list extra-cmake-modules))
-    (home-page "https://community.kde.org/Frameworks";)
-    (synopsis "Oxygen wallpapers for the KDE desktop")
+    (home-page "https://invent.kde.org/plasma/plasma-workspace-wallpapers";)
+    (synopsis "Wallpapers for the KDE desktop")
     (description
      "This package provides wallpapers for the KDE desktop.")
     (license license:lgpl3+)))

Reply via email to