Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: wrong licence in README.me

authored by

Felix Schneider and committed by
GitHub
6072bffd c3caa08a

+1 -1
+1 -1
README.md
··· 12 12 All data is only stored locally, which means that nothing is shared via the internet which makes using the app 100% safe (as long as your own computer isn't hacked of course). 13 13 14 14 - **OSS**: 15 - The whole source code is completely open source which means that everybody can look into and improve the code we are developing. Furthermore, the GPL-3.0 licence ensures that every fork of this code must also be open source forever. Nice! 15 + The whole source code is completely open source which means that everybody can look into it and improve the code we are developing. Furthermore, the MIT licence ensures that every fork of this code must also be open source forever. Nice! 16 16 17 17 - **Clean design**: 18 18 Thanks to the wonderful [shadcn/ui](https://ui.shadcn.com/) the website looks clean and minimalistic with consistent design through and through.