diff options
author | Arun Isaac | 2022-03-02 17:55:27 +0530 |
---|---|---|
committer | Arun Isaac | 2022-03-02 21:04:17 +0530 |
commit | cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9 (patch) | |
tree | e369c485363fb08ed2b294e1602d4a209754d506 | |
parent | 419d982bb29dd8a3904e6591796cc7ebc9190fd8 (diff) | |
download | guix-forge-cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9.tar.gz guix-forge-cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9.tar.lz guix-forge-cb7cecae3f6152052bdaf601eb1f6fcb2727b6b9.zip |
Move channel modules into subdirectory.
We don't want the scm files in doc to be picked up on `guix pull'.
* .guix-channel: New file.
* forge: Move to guix/forge.
-rw-r--r-- | .guix-channel | 3 | ||||
-rw-r--r-- | guix/forge/build/git.scm (renamed from forge/build/git.scm) | 0 | ||||
-rw-r--r-- | guix/forge/forge.scm (renamed from forge/forge.scm) | 0 | ||||
-rw-r--r-- | guix/forge/laminar.scm (renamed from forge/laminar.scm) | 0 | ||||
-rw-r--r-- | guix/forge/utils.scm (renamed from forge/utils.scm) | 0 | ||||
-rw-r--r-- | guix/forge/webhook.scm (renamed from forge/webhook.scm) | 0 |
6 files changed, 3 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..8cec433 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (directory "guix")) diff --git a/forge/build/git.scm b/guix/forge/build/git.scm index 1434d07..1434d07 100644 --- a/forge/build/git.scm +++ b/guix/forge/build/git.scm diff --git a/forge/forge.scm b/guix/forge/forge.scm index e88edb0..e88edb0 100644 --- a/forge/forge.scm +++ b/guix/forge/forge.scm diff --git a/forge/laminar.scm b/guix/forge/laminar.scm index 5d95372..5d95372 100644 --- a/forge/laminar.scm +++ b/guix/forge/laminar.scm diff --git a/forge/utils.scm b/guix/forge/utils.scm index dd980ef..dd980ef 100644 --- a/forge/utils.scm +++ b/guix/forge/utils.scm diff --git a/forge/webhook.scm b/guix/forge/webhook.scm index 737b9e6..737b9e6 100644 --- a/forge/webhook.scm +++ b/guix/forge/webhook.scm |