;;; copyright.el --- Insert a Guix copyright. ;; Copyright © 2020 Oleg Pykhalov ;; This file is part of GNU Guix. ;; GNU Guix is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; GNU Guix is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . ;;; Commentary: ;; This package provides skeleton to insert a copyright with `guix-copyright'. ;;; Code: (define-skeleton guix-copyright "Insert a copyright by $USER notice at cursor." "FULL_NAME : " comment-start ";; Copyright © " `(format-time-string "%Y") " " (or (format "%s <%s>" user-full-name user-mail-address) str) comment-end) ;;; copyright.el ends here efs/?id=fe6ba5e9025da736aec0e18ac610dc548df52a5e'>refslogtreecommitdiff
span class='msg-avail'>...
AgeCommit message (Expand)Author
2021-12-23chromium-extension: Avoid another usage of the store-mapped /tmp....Marius Bakke
2021-12-16chromium-extension: Build .crx files in a deterministic fashion....Marius Bakke
2021-12-16chromium-extension: Avoid usage of gcrypt at evaluation time....Marius Bakke
2021-12-16chromium-extension: Reduce imported-modules scope....Marius Bakke
2021-12-16chromium-extension: Simplify builder code....Marius Bakke
2020-11-08Add (gnu build chromium-extension)....Marius Bakke
Ludovic Courtès
2019-01-06hydra: Compute jobs in an inferior....Ludovic Courtès
2019-01-06hydra: Move job definitions to (gnu ci)....Ludovic Courtès