Skip to content

Commit

Permalink
feat: update the license of kibisis to gnu agpl-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed May 1, 2024
1 parent 9f00c1f commit b73146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const config = {
footer: {
copyright: `
<div class="footer__copyright-container">
<p class="footer__text">Licensed under <a class="footer__text--link" href="${GITHUB_LINK}/blob/main/LICENSE" target="_blank">GPL-2.0</a>. Icons provided by <a class="footer__text--link" href="https://www.flaticon.com/" target="_blank">flaticon</a>.</p>
<p class="footer__text">Licensed under <a class="footer__text--link" href="${GITHUB_LINK}/blob/main/LICENSE" target="_blank">GNU AGPL-3.0</a>. Icons provided by <a class="footer__text--link" href="https://www.flaticon.com/" target="_blank">flaticon</a>.</p>
</div>
`,
logo: {
Expand Down

0 comments on commit b73146f

Please sign in to comment.