diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index f486c7e654..6033b40380 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1368,7 +1368,7 @@ demos. It also acts as a nice screen locker.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/timakro/xssproxy.git") + (url "https://github.com/timakro/xssproxy") (commit (string-append "v" version)))) (file-name (string-append name "-" version "-checkout")) (sha256 @@ -1391,10 +1391,11 @@ demos. It also acts as a nice screen locker.") ("libxscrnsaver" ,libxscrnsaver) ("dbus" ,dbus))) (synopsis "Forward freedesktop.org Idle Inhibition Service calls to Xss") - (description "xssproxy implements the @code{org.freedesktop.ScreenSaver} D-Bus interface -described in the Idle Inhibition Service Draft by the freedesktop.org developers. -The inhibition of the screensaver is then controlled using the XScreenSaverSuspend -function from the Xss (X11 Screen Saver extension) library.") + (description "xssproxy implements the @code{org.freedesktop.ScreenSaver} +D-Bus interface described in the Idle Inhibition Service Draft by the +freedesktop.org developers. The inhibition of the screensaver is then +controlled using the XScreenSaverSuspend function from the Xss (X11 Screen +Saver extension) library.") (home-page "https://github.com/timakro/xssproxy") (license license:gpl3+)))