diff options
-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) |