summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-04-19 17:26:12 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-04-19 17:26:12 +0200
commit1c9a6605dccc2916ce9c5d021514995f8fc83d72 (patch)
tree37bea927c5a22e4c52d2e38cd97862798bf36682 /readme.org
parent214dc5bc82dc697913a1852c568494dca2a9885e (diff)
Add a license
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.org b/readme.org
index 64152ea..ea5cf71 100644
--- a/readme.org
+++ b/readme.org
@@ -1,7 +1,7 @@
#+TITLE: Shackle Shell
#+AUTHOR: Justin Wernick
-A shell intended for restricted access on a version control repo server.
+A shell for restricting access on a version control server.
This is intended as a replacement for [[https://git-scm.com/docs/git-shell][Git Shell]], but with a few opinionated
differences:
@@ -67,7 +67,7 @@ differences:
** Post-MVP
-- [ ] proper licensing
+- [X] proper licensing
- [ ] functions correctly when the git path isn't created yet
- [ ] git archive with git upload-archive
- [ ] git config management around protected branches
@@ -79,4 +79,4 @@ differences:
* License
-# TODO
+Licensed under [[./LICENSE][MIT License]].