1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

gnu: grim: Fix URL.

* gnu/packages/image.scm (grim): Fix URL.
[home-page]: New home-page URL.

Change-Id: I789a0557e05f9df884b9e73c8e24b2a0c02310e6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #5741
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Carlos Durán Domínguez
2026-01-19 01:07:41 +01:00
committed by Rutherther
parent c4c4fb0974
commit 9807cf3d5b
+1 -1
View File
@@ -2422,7 +2422,7 @@ identical visual appearance.")
'())
(list pkg-config scdoc)))
(inputs (list pixman libpng libjpeg-turbo wayland wayland-protocols))
(home-page "https://wayland.emersion.fr/grim/")
(home-page "https://gitlab.freedesktop.org/emersion/grim")
(synopsis "Create screenshots from a Wayland compositor")
(description "grim can create screenshots from a Wayland compositor.")
(license license:expat)))