aboutsummaryrefslogtreecommitdiff
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
left'>Commit message (Collapse)Author 2019-05-09Add (guix bzr-download).Maxim Cournoyer * guix/bzr-download.scm, guix/build/bzr.scm, etc/snippets/scheme-mode/guix-bzr-reference: New files. * Makefile.am (MODULES): Add them. * etc/snippets/scheme-mode/guix-origin: Add "bzr-fetch" to the origin choices. 2019-03-26etc: Add "rename" snippet.Pierre Neidhardt * etc/snippets/text-mode/guix-commit-message-rename-package: New file. 2019-03-08etc: snippets: Prefill package name.Ricardo Wurmus * etc/snippets/text-mode/guix-commit-message-add-package: Extract package name from diff. 2019-03-07etc: snippets: Prefill package name and version.Ricardo Wurmus * etc/snippets/text-mode/guix-commit-message-update-package: Extract package name and version from git diff output.