diff options
author | Andreas Becker <andreas-becker@users.noreply.github.com> | 2020-12-30 05:12:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 05:12:35 +0100 |
commit | 9277ea9700aee71c697e7cce8c159487363f595b (patch) | |
tree | 8ad684d60e11a22f4c3fdfc846c6681bc718a55d | |
parent | 313906650972bee59fa248d521e10a6259cc576e (diff) | |
download | VeraCrypt-9277ea9700aee71c697e7cce8c159487363f595b.tar.gz VeraCrypt-9277ea9700aee71c697e7cce8c159487363f595b.zip |
adding a sponsor button to repository (#720)
this commit will add a sponsor button to the repository,
pointing to the donation page of the veracrypt website.
more information on github documentation under https://git.io/JL9e6
-rw-r--r-- | .github/FUNDING.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..558cd2f3 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: "https://www.veracrypt.fr/en/Donation.html"
\ No newline at end of file |