From 43df4d4081a02fab1845fd443ed100dbaf40886d Mon Sep 17 00:00:00 2001 From: hyperglue <119142938+hyperglue@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:22:09 +0000 Subject: [PATCH] vpn-ws: fix description --- srcpkgs/vpn-ws/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vpn-ws/template b/srcpkgs/vpn-ws/template index 52125709099..a709ef9a781 100644 --- a/srcpkgs/vpn-ws/template +++ b/srcpkgs/vpn-ws/template @@ -1,11 +1,11 @@ # Template file for 'vpn-ws' pkgname=vpn-ws version=0.2 -revision=9 +revision=10 build_style=gnu-makefile make_use_env=yes makedepends="openssl-devel" -short_desc="VPN system over webhooks" +short_desc="VPN system over websockets" maintainer="Toyam Cox " license="MIT" homepage="https://github.com/unbit/vpn-ws"