summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-03-07 18:18:49 +0530
committerSughosha <sughosha@disroot.org>2026-03-07 22:04:55 +0530
commit2bdda1ea9ad34ddda8e40e69da483d033d405cb1 (patch)
tree02b36acac231df0eb52aacb66ab16a3fa0757c45 /gnu
parent65de9828c32c8ccb6e0271a6e499f31a1f54a8da (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-plasma.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index dc0befbce46..96d168ed3ac 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+)))