# -*- 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")`d>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnucash.scm
AgeCommit message (Expand)Author
2023-07-18gnu: gnucash: Update to 5.3....gemmaro
2023-07-09gnu: Use aquamaniac.de/ as home page for its projects....Tobias Geerinckx-Rice