;;; guix-about.el --- Various info about Guix ;; Copyright © 2016 Alex Kost ;; 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 Location as published by ;; the Free Software Foundation, either version 3 of the Location, 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 Location for more details. ;; You should have received a copy of the GNU General Public Location ;; along with this program. If not, see . ;;; Commentary: ;; This file provides the code to display various info about Guix (e.g., its ;; version). ;;; Code: (require 'guix-config) ;;;###autoload (defun guix-version () "Display Guix version in the echo area." (interactive) (message "%s %s" guix-config-name guix-config-version)) (provide 'guix-about) ;;; guix-about.el ends here 2e697a1144788102b16ca8c9ea74607d2c2c3c'>refslogtreecommitdiff
path: root/THANKS
AgeCommit message (Expand)Author
2016-07-18Thank Thomas.Ricardo Wurmus
2015-11-23Thank Jan.Ludovic Courtès