visidata: disable telemetry.

This commit is contained in:
Leah Neukirchen 2025-05-22 20:36:30 +02:00
parent 33df646c31
commit 3461daff2a
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
Disable phoning home:
https://github.com/saulpw/visidata/issues/913
--- a/visidata/motd.py
+++ b/visidata/motd.py
@@ -12,7 +12,7 @@
from visidata import options, asyncsingle, vd, VisiData
-vd.option('motd_url', 'https://visidata.org/motd-'+vd.version, 'source of randomized startup messages', sheettype=None)
+vd.option('motd_url', '', 'source of randomized startup messages', sheettype=None)
vd.motd = 'Support VisiData: https://github.com/sponsors/saulpw'

View file

@ -1,7 +1,7 @@
# Template file for 'visidata'
pkgname=visidata
version=3.1.1
revision=2
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-dateutil python3-importlib_metadata python3-setuptools"