summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-12-21 17:45:21 +0100
committerCayetano Santos <csantosb@inventati.org>2025-12-21 17:47:01 +0100
commit5b0873aeb1c85982321a4eca08709d8f1ceca206 (patch)
treea4c41abfbad9ad0ea533d3c38b3225fd09b5b986 /gnu
parente235f6d978425bfce876678dfdcfe4382120d7b3 (diff)
gnu: xkcdpass: Modernize package.
* gnu/packages/password-utils.scm (xkcdpass)[source]: Use direct #:url. [home-page]: Move before synopsis. Change-Id: I6ba4325818f2c6deff3b67a22b48f0cb4cdda929
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/password-utils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 3350be8a3ef..ec1f55ba7d4 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -2089,12 +2089,11 @@ data inside a GPG encrypted file, which we'll call a coffin.")
2089 (package 2089 (package
2090 (name "xkcdpass") 2090 (name "xkcdpass")
2091 (version "1.20.0") 2091 (version "1.20.0")
2092 (home-page "https://github.com/redacted/XKCD-password-generator")
2093 (source 2092 (source
2094 (origin 2093 (origin
2095 (method git-fetch) 2094 (method git-fetch)
2096 (uri (git-reference 2095 (uri (git-reference
2097 (url home-page) 2096 (url "https://github.com/redacted/XKCD-password-generator")
2098 (commit (string-append "xkcdpass-" version)))) 2097 (commit (string-append "xkcdpass-" version))))
2099 (file-name (git-file-name name version)) 2098 (file-name (git-file-name name version))
2100 (sha256 2099 (sha256
@@ -2112,6 +2111,7 @@ data inside a GPG encrypted file, which we'll call a coffin.")
2112 "xkcdpass.1" 2111 "xkcdpass.1"
2113 (string-append #$output "/share/man/man1"))))))) 2112 (string-append #$output "/share/man/man1")))))))
2114 (native-inputs (list python-setuptools)) 2113 (native-inputs (list python-setuptools))
2114 (home-page "https://github.com/redacted/XKCD-password-generator")
2115 (synopsis 2115 (synopsis
2116 "Generate secure multiword passwords/passphrases, inspired by XKCD") 2116 "Generate secure multiword passwords/passphrases, inspired by XKCD")
2117 (description 2117 (description