branch: elpa-admin commit 051b643b3861dd7c96c1a17dfced6b796d6cb084 Author: Teemu Likonen <tliko...@iki.fi> Commit: Teemu Likonen <tliko...@iki.fi>
README: Add a section about source code repository --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 7f5d13d..83b68bb 100644 --- a/README +++ b/README @@ -291,6 +291,16 @@ more advanced parser is needed for that. Feel free to replace the detection function with a better one. +The source code repository +-------------------------- + +<https://github.com/tlikonen/wcheck-mode> + +The branch named "master" is the release branch and it should always be +safe to use. New features and experimental code are developed in other +branches and then possibly merged to "master" when they are ready. + + Copyright and license ---------------------