# -*- mode: snippet -*- # name: guix-vc-commit-message-use-https-home-page # key: https # -- gnu: ${1:`(when (string-match "^[ ]*(define-public \\(\\S-+\\)" vc-patch-string) (match-string-no-properties 1 vc-patch-string))`}: Use HTTPS home page URI. * `(car (log-edit-files))` ($1)[home-page]: Use HTTPS URI. `(mapconcat (lambda (file) (concat "* " file)) (cdr (log-edit-files)) "\n")` zko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnu-doc.scm
AgeCommit message (Expand)Author
2021-04-13gnu: gnu-standards: Update to 2020-11-25....* gnu/packages/gnu-doc.scm (gnu-standards): Update to 2020-11-25. [source]: Make file-name more descriptive. Use version variable for revision. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Morgan Smith