aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets/text-mode/guix-commit-message-use-https-home-page
blob: df20d31a8044b7b8e8f43726756299607992cacd (about) (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: guix-commit-message-use-https-home-page
# key: https
# condition: git-commit-mode
# --
gnu: $1: Use HTTPS home page URI.

* `(car (magit-staged-files))` ($1)[home-page]: Use HTTPS URI.
`(mapconcat (lambda (file) (concat "* " file)) (cdr (magit-staged-files)) "\n")`
ref='/guix/commit/gnu/packages/sphinx.scm?id=a60be5c5ffebe801f0b131bfa044decbafde9269'>gnu: Add python2-sphinx....We need this to unbreak python2-numpydoc. Eventually, this should be moved to the Guix Past channel. * gnu/packages/sphinx.scm (python2-sphinx): New variable. Ricardo Wurmus 2021-02-02gnu: Add python-sphinx-argparse....* gnu/packages/sphinx.scm (python-sphinx-argparse): New variable. Nicolas Goaziou 2021-02-01Merge branch 'staging'Leo Famulari 2021-01-27gnu: python-xyz: Move a few modules to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module. Maxim Cournoyer 2020-12-21Merge branch 'ungrafting' into stagingMarius Bakke 2020-12-15gnu: Add python-nbsphinx....* gnu/packages/sphinx.scm (python-nbsphinx): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Giacomo Leidi 2020-12-13gnu: python-sphinx: Update to 3.3.1....* gnu/packages/sphinx.scm (python-sphinx): Update to 3.3.1. Marius Bakke 2020-11-07Merge remote-tracking branch 'origin/staging-next' into stagingMarius Bakke 2020-11-07Merge branch 'master' into staging... Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm Marius Bakke 2020-11-05gnu: python-sphinx-intl: Update to 2.0.1....* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1. Tobias Geerinckx-Rice 2020-10-24gnu: python-breathe: Update to 4.22.1....* gnu/packages/sphinx.scm (python-breathe): Update to 4.22.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South 2020-10-24gnu: python-sphinx: Update to 3.2.1....* gnu/packages/sphinx.scm (python-sphinx): Update to 3.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South