URI: 
       Fix telemetry. Thanks Bob! - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 7d7fc25a935fe9a9093abe93f678fa7a9bfd6549
   DIR parent 98e30eef5de836d8a35de71d00687aa483f8b189
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 11 Feb 2023 18:33:53 +0100
       
       Fix telemetry. Thanks Bob!
       
       Diffstat:
         M Makefile                            |       5 +----
       
       1 file changed, 1 insertion(+), 4 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -50,10 +50,7 @@ uninstall:
                rm -f "${DESTDIR}${MANDIR}/${NAME}.8"
        
        telemetry:
       -        # Adding installation telemetry to be compatible with the
       -        # industry.
       -        # Bitreich.org does not log anything, so no harm done.
       -        printf "/telemetry/geomyidae/installed\n" | nc bitreich.org 70
       +        printf "/telemetry/geomyidae/installed\r\n" | nc bitreich.org 70
        
        dist: clean
                mkdir -p ${NAME}-${VERSION}