1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00

fix link checking

This commit is contained in:
deadc0de6
2024-06-30 11:40:24 +02:00
parent 36be1abaa7
commit 7ee84a92ec
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
- [pipx install](#pipx-install)
* [Homebrew package](#homebrew-package)
* [Debian unstable (sid)](#debian)
* [Ubuntu lunar (23.04)](#ubuntu)
* [Ubuntu](#ubuntu)
* [AUR packages](#aur-packages)
* [Snap package](#snap-package)
* [From source](#from-source)
@@ -215,7 +215,7 @@ $ sudo apt install dotdrop
## Ubuntu
[Ubuntu package](https://packages.ubuntu.com/lunar/dotdrop) since lunar (23.04)
[Ubuntu package](https://packages.ubuntu.com/search?keywords=dotdrop)
Install dotdrop
```bash

View File

@@ -32,6 +32,7 @@ VALID_RET = [
IGNORES = [
'badgen.net',
'coveralls.io',
'packages.ubuntu.com',
]
OK_WHEN_FORBIDDEN = [
'linux.die.net',