diff options
author | Christopher Baines <mail@cbaines.net> | 2019-04-13 12:44:32 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-04-13 12:47:49 +0100 |
commit | 0aa75dca5622c0184bd5ceb6b039e16b542b6dfc (patch) | |
tree | c18b08e35bd29170eb39519a6d64e993054dfc1b /sqitch | |
parent | 5621d52e97a7835f3ca66c13b9772e4b2baa8981 (diff) | |
download | data-service-0aa75dca5622c0184bd5ceb6b039e16b542b6dfc.tar data-service-0aa75dca5622c0184bd5ceb6b039e16b542b6dfc.tar.gz |
Move the sqitch files in to the sqitch directory
To keep them together, and leave the top level repository directory clearer.
Diffstat (limited to 'sqitch')
-rw-r--r-- | sqitch/sqitch.plan | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan new file mode 100644 index 0000000..4e50000 --- /dev/null +++ b/sqitch/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=guix-data-service +%uri=https://git.cbaines.net/guix/data-service/ + |