Fix maintained badge
This commit is contained in:
parent
483df1ce04
commit
caf06e1001
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
[![Tests](https://github.com/webcomics/dosage/actions/workflows/test.yml/badge.svg)](https://github.com/webcomics/dosage/actions/workflows/test.yml)
|
[![Tests](https://github.com/webcomics/dosage/actions/workflows/test.yml/badge.svg)](https://github.com/webcomics/dosage/actions/workflows/test.yml)
|
||||||
[![Code Climate](https://codeclimate.com/github/webcomics/dosage/badges/gpa.svg)](https://codeclimate.com/github/webcomics/dosage)
|
[![Code Climate](https://codeclimate.com/github/webcomics/dosage/badges/gpa.svg)](https://codeclimate.com/github/webcomics/dosage)
|
||||||
[![codecov](https://codecov.io/gh/webcomics/dosage/branch/master/graph/badge.svg)](https://codecov.io/gh/webcomics/dosage)
|
[![codecov](https://codecov.io/gh/webcomics/dosage/branch/master/graph/badge.svg)](https://codecov.io/gh/webcomics/dosage)
|
||||||
![Maintenance](https://img.shields.io/maintenance/yes/2022.svg)
|
![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)
|
||||||
![License](https://img.shields.io/github/license/webcomics/dosage)
|
![License](https://img.shields.io/github/license/webcomics/dosage)
|
||||||
|
|
||||||
Dosage is designed to keep a local copy of specific webcomics and other
|
Dosage is designed to keep a local copy of specific webcomics and other
|
||||||
|
@ -122,7 +122,7 @@ should support, please feel free to request them.
|
||||||
## Extending Dosage
|
## Extending Dosage
|
||||||
|
|
||||||
In order to add a new webcomic, a new module class has to be created in one of
|
In order to add a new webcomic, a new module class has to be created in one of
|
||||||
the *.py files in the `dosagelib/plugins` subdirectory. Look at the
|
the *.py files in one the `dosagelib/plugins` subdirectory. Look at the
|
||||||
[documentation for adding modules](doc/adding_new_comics.md) and at
|
[documentation for adding modules](doc/adding_new_comics.md) and at
|
||||||
existing module classes for examples.
|
existing module classes for examples.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue