From 024b826bf8607fd10249b8381ecfcc5194ff56fa Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 30 Aug 2022 00:34:03 +0200 Subject: [PATCH] rename repository to nichijou I figured this repository can hold both my packages definitions and their configuration. --- .guix-channel | 2 +- {shino => nichijou}/packages/vim.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {shino => nichijou}/packages/vim.scm (99%) 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 similarity index 99% rename from shino/packages/vim.scm rename to 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)