pidgin/pidgin

Fix the link to the support mailing list archive
release-2.x.y
2021-09-17, Gary Kramlich
e91465803c0e
Fix the link to the support mailing list archive

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/929/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html