1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sughosha
2026-03-07 18:18:49 +05:30
parent 65de9828c3
commit 2bdda1ea9a

View File

@@ -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+)))