vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit b00c6abf13dd82c772a874c564026e4248343ba5
Author: Andreas Henriksson <andreas@fatal.se>
Date: Wed Jan 1 17:49:34 2025 +0100
Restore nhooyr.io/websocket import name.
This apparently still won't work if using go.mod
(which I guess basically everyone is by now), because it will then
just say things like:
```
src/github.com/gen2brain/cam2ip/handlers/socket.go:10:2: code in directory /build/cam2ip-1.6/_build/src/nhooyr.io/websocket expects import "gith
```
OTOH, if nhooyr.io/websocket import path is no longer supported
then it should also be dropped from debian/control.
According to codesearch.debian.net there are still several packages
using the old import path.