;;; 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 refslogtreecommitdiff
/wireservice.scm?id=5f49e195cac1ab82cff1eec5e992d9bd6e325ee1'>gnu: csvkit: Update to 1.1.1....* gnu/packages/wireservice.scm (csvkit): Update to 1.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
AgeCommit message (Expand)Author
2021-05-20The #guix channel is hosted by Libera Chat....* README (Contact): Update network name. * ROADMAP: Likewise. * doc/contributing.texi (Contributing): Likewise. * doc/guix.texi (After System Installation): Likewise. Tobias Geerinckx-Rice
Greg Hogan
2023-05-14gnu: python-agate: Update to 1.7.1...* gnu/packages/wireservices.scm (python-agate): Update to 1.7.1. [native-inputs]: Add python-agate-locales. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2023-05-14gnu: Add python-agate-locales....* gnu/packages/wireservice.scm (python-agate-locales): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2023-05-14gnu: python-agate-sql: Update to 0.5.9....* gnu/packages/wireservices.scm (python-agate-sql): Update to 0.5.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2023-05-14gnu: python-agate-dbf: Update to 0.2.2....* gnu/packages/wireservices.scm (python-agate-dbf): Update to 0.2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2023-05-09gnu: python-leather: Update to 0.3.4....* gnu/packages/wireservice.scm (python-leather): Update to 0.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Tanguy Le Carrour
2022-01-19gnu: python-agate-excel: Update to 0.2.5....* gnu/packages/wireservice.scm (python-agate-excel): Update to 0.2.5. [inputs]: Add python-olefile and remove labels. Guillaume Le Vaillant