1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doc: fix libcoap removal commit in LOSTANDFOUND.md

With PR #17163 for removing `libcoap`, the file `LOSTANDFOUND.md` was updated to reference the commit for removing `libcoap`. However, when the PR was merged, the commit was given a different ID.
This commit is contained in:
Gunar Schorcht 2021-12-09 16:33:05 +01:00
parent 6bb78e544e
commit c558599b28

View File

@ -42,7 +42,7 @@ This way, their names are never removed from the RIOT repository.
# Removed Features
### pkg/libcoap [d83d08f0995a88f399e70a7d07b44dd780082436]
### pkg/libcoap [e89eebc6bfba61f8f81ed078deff4050941ff3be]
Author:
- Martine Lenders <mlenders@inf.fu-berlin.de>