mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
visidata: disable telemetry.
This commit is contained in:
parent
33df646c31
commit
3461daff2a
2 changed files with 15 additions and 1 deletions
14
srcpkgs/visidata/patches/disable-motd.patch
Normal file
14
srcpkgs/visidata/patches/disable-motd.patch
Normal 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'
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue