1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: xkcdpass: Modernize package.

* gnu/packages/password-utils.scm (xkcdpass)[source]: Use direct #:url.
[home-page]: Move before synopsis.

Change-Id: I6ba4325818f2c6deff3b67a22b48f0cb4cdda929
This commit is contained in:
Cayetano Santos
2025-12-21 17:45:21 +01:00
parent e235f6d978
commit 5b0873aeb1

View File

@@ -2089,12 +2089,11 @@ data inside a GPG encrypted file, which we'll call a coffin.")
(package
(name "xkcdpass")
(version "1.20.0")
(home-page "https://github.com/redacted/XKCD-password-generator")
(source
(origin
(method git-fetch)
(uri (git-reference
(url home-page)
(url "https://github.com/redacted/XKCD-password-generator")
(commit (string-append "xkcdpass-" version))))
(file-name (git-file-name name version))
(sha256
@@ -2112,6 +2111,7 @@ data inside a GPG encrypted file, which we'll call a coffin.")
"xkcdpass.1"
(string-append #$output "/share/man/man1")))))))
(native-inputs (list python-setuptools))
(home-page "https://github.com/redacted/XKCD-password-generator")
(synopsis
"Generate secure multiword passwords/passphrases, inspired by XKCD")
(description