summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2023-08-04 17:22:58 +0100
committerGitHub <noreply@github.com>2023-08-04 17:22:58 +0100
commit5310a02aae2c3ab2dd5d09f94dda7b9aa12b96b0 (patch)
tree922b58942f71b638a5a3cc57314cec529c91bcab /README.md
parent7df01009db8b4b93ba8ac993b6b6a5b16f9a4bf0 (diff)
downloadvyos-1x-5310a02aae2c3ab2dd5d09f94dda7b9aa12b96b0.tar.gz
vyos-1x-5310a02aae2c3ab2dd5d09f94dda7b9aa12b96b0.zip
Remove the broken FOSSA badge and the mention of pystache
FOSSA badge may be reinstated when we find how to get it to work (the scan is fine, the badge link doesn't reflect it) Pystache isn't used by any current scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index cc6c4e319..59c11bac1 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ The guidelines in a nutshell:
for the common structure
* Use the `get_config_dict()` API as much as possible when retrieving values from the CLI
* Use a template processor when the format is more complex than just one line
- (Jinja2 and pystache are acceptable options)
+ (our standard is Jinja2)
## Tests
@@ -74,5 +74,3 @@ Runtime tests are executed by the CI system on a running VyOS instance inside
QEMU. The testcases can be found inside the smoketest subdirectory which will
be placed into the vyos-1x-smoketest package.
-## License
-[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x?ref=badge_large)