From bd43ddef1dc4e5ba393cff12c35800f7a2607e5d Mon Sep 17 00:00:00 2001 From: FuzzyGrim Date: Fri, 13 Sep 2024 22:01:37 +0900 Subject: [PATCH] update license badge in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9663078e..44bb5ab8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Image Size](https://ghcr-badge.egpl.dev/fuzzygrim/yamtrack/size?tag=dev) ![CodeFactor](https://www.codefactor.io/repository/github/fuzzygrim/yamtrack/badge) ![Codecov](https://codecov.io/github/FuzzyGrim/Yamtrack/branch/dev/graph/badge.svg?token=PWUG660120) -![GitHub](https://img.shields.io/badge/license-GPL--3.0-blue) +![GitHub](https://img.shields.io/badge/license-AGPL--3.0-blue) Yamtrack is a self hosted media tracker for movies, tv shows, anime and manga. @@ -21,7 +21,7 @@ You can try the app at [yamtrack.fuzzygrim.com](https://yamtrack.fuzzygrim.com) - Keep up with your upcoming media with a calendar. - Easy deployment with Docker via docker-compose with SQLite or PostgreSQL. - Multi-users functionality allowing individual accounts with personalized tracking. -- Import from [MyAnimeList](https://myanimelist.net/), [The Movie Database](https://www.themoviedb.org/) and [AniList](https://anilist.co/). +- Import from [MyAnimeList](https://myanimelist.net/), [The Movie Database](https://www.themoviedb.org/), [AniList](https://anilist.co/) and [Kitsu](https://kitsu.app/). - Export all your tracked media to a CSV file and import it back. ## Installing with Docker