aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2020-05-11 07:58:20 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2020-05-11 07:58:20 +0900
commitff76ffdfa9f4a9bb009c5cfec214a012c9602fff (patch)
treeed9c687ea0e6a765cba681ced04abad1114e6daf
parentd9770c1f68b0e2508ec38cb44b5da106737ab9c9 (diff)
Rename from `QKGuix` to `guix-channel`.develop
-rw-r--r--README.md4
-rw-r--r--tojoqk/packages/emacs-xyz.scm (renamed from qkguix/packages/emacs-xyz.scm)12
-rw-r--r--tojoqk/packages/emacs.scm (renamed from qkguix/packages/emacs.scm)12
3 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 67cb41d..0aaf8d4 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
-# qkguix
+# guix-channels
-TojoQK's personal packages. \ No newline at end of file
+Personal guix packages.
diff --git a/qkguix/packages/emacs-xyz.scm b/tojoqk/packages/emacs-xyz.scm
index 9739b71..bda4696 100644
--- a/qkguix/packages/emacs-xyz.scm
+++ b/tojoqk/packages/emacs-xyz.scm
@@ -1,22 +1,22 @@
-;;; QKGuix --- Functional package management for QKGuix
+;;; guix-channel
;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
;;;
-;;; This file is part of QKGuix.
+;;; This file is part of guix-channel.
;;;
-;;; QKGuix is free software; you can redistribute it and/or modify it
+;;; guix-channel 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.
;;;
-;;; QKGuix is distributed in the hope that it will be useful, but
+;;; guix-channel 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 QKGuix. If not, see <http://www.gnu.org/licenses/>.
+;;; along with guix-channel. If not, see <http://www.gnu.org/licenses/>.
-(define-module (qkguix packages emacs-xyz)
+(define-module (tojoqk packages emacs-xyz)
#:use-module (guix packages)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix git-download)
diff --git a/qkguix/packages/emacs.scm b/tojoqk/packages/emacs.scm
index 977b8b2..0a47f62 100644
--- a/qkguix/packages/emacs.scm
+++ b/tojoqk/packages/emacs.scm
@@ -1,22 +1,22 @@
-;;; GNU Guix --- Functional package management for GNU
+;;; guix-channel
;;; Copyright © 2020 Masaya Tojo <masaya@tojo.tokyo>
;;;
-;;; This file is part of GNU Guix.
+;;; This file is part of guix-channel.
;;;
-;;; GNU Guix is free software; you can redistribute it and/or modify it
+;;; guix-channel 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
+;;; guix-channel 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 GNU Guix. If not, see <http://www.gnu.org/licenses/>.
+;;; along with guix-channel. If not, see <http://www.gnu.org/licenses/>.
-(define-module (qkguix packages emacs)
+(define-module (tojoqk packages emacs)
#:use-module (guix packages)
#:use-module (gnu packages emacs)
#:use-module (gnu packages xorg)