Manual.md: use YYYY-MM-DD instead of DD-MM-YYYY when removing packages.
This commit is contained in:
parent
1b0667be2a
commit
f9156e822e
|
@ -1385,7 +1385,7 @@ homepage="${homepage}"
|
|||
- Add (or replace) the INSTALL.msg with the following:
|
||||
|
||||
```
|
||||
$pkgname is no longer provided by Void Linux, and will be fully removed from the repos on $(date -d '+3 months' '+%d/%m/%Y')
|
||||
$pkgname is no longer provided by Void Linux, and will be fully removed from the repos on $(date -d '+3 months' '+%Y/%m/%d')
|
||||
```
|
||||
|
||||
- After the specified time remove the package from the repository index
|
||||
|
|
Loading…
Reference in New Issue