aboutsummaryrefslogtreecommitdiff
# -*- 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")`
s/patches/htslib-for-stringtie.patch?id=8720e22fd071e1717023a7895b721ccd160c06a6&showmsg=1'>htslib-for-stringtie.patch
AgeCommit message (Collapse)Author
2022-01-11gnu: Add htslib-for-stringtie.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (htslib-for-stringtie): New variable. * gnu/packages/patches/htslib-for-stringtie.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.