diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 443bf39304..d9c89053b9 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2526,7 +2526,7 @@ such as sway, similar to @command{rofi}.") (source (origin (method git-fetch) (uri (git-reference - (url (string-append "https://github.com/jceb/" name)) + (url (string-append "https://github.com/jceb/dex")) (commit (string-append "v" version)))) (sha256 (base32 @@ -2544,7 +2544,8 @@ such as sway, similar to @command{rofi}.") (native-inputs `(("python-sphinx" ,python-sphinx))) (home-page "https://github.com/jceb/dex") - (synopsis "DesktopEntry Execution") - (description "dex, DesktopEntry Execution, is a program to generate and -execute DesktopEntry files of the Application type.") - (license license:gpl3))) + (synopsis "Execute DesktopEntry files") + (description + "@command{dex}, @dfn{DesktopEntry Execution}, is a program to generate +and execute @file{.desktop} files of the Application type.") + (license license:gpl3+)))