diff options
author | Renken <renken@shione.net> | 2022-08-30 00:34:03 +0200 |
---|---|---|
committer | Renken <renken@shione.net> | 2022-08-30 00:36:18 +0200 |
commit | 024b826bf8607fd10249b8381ecfcc5194ff56fa (patch) | |
tree | 3a806b797f0b86f49db976c9f5cf16c8e9c9cb15 | |
parent | e951a83f0b9757a50f4ad2420079fc22168ddc71 (diff) | |
download | shione-024b826bf8607fd10249b8381ecfcc5194ff56fa.tar.gz shione-024b826bf8607fd10249b8381ecfcc5194ff56fa.zip |
rename repository to nichijou
I figured this repository can hold both my packages definitions and
their configuration.
-rw-r--r-- | .guix-channel | 2 | ||||
-rw-r--r-- | nichijou/packages/vim.scm (renamed from shino/packages/vim.scm) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel index 72670a4..431b98a 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,3 +1,3 @@ (channel (version 0) - (url "https://gitlab.com/renken/shino.git")) + (url "https://gitlab.com/renken/nichijou.git")) diff --git a/shino/packages/vim.scm b/nichijou/packages/vim.scm index 13bdf1e..fcdbf42 100644 --- a/shino/packages/vim.scm +++ b/nichijou/packages/vim.scm @@ -1,4 +1,4 @@ -(define-module (shino packages vim) +(define-module (nichijou packages vim) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) |