From e12bcdc9271d3db316a472253c9179b79cd3321d Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Mon, 12 Apr 2021 20:17:53 +0200 Subject: [PATCH] net-misc/safe-harbor: fix incorrect description, remove unused eclass --- net-misc/safe-harbor/safe-harbor-0.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/safe-harbor/safe-harbor-0.3.1.ebuild b/net-misc/safe-harbor/safe-harbor-0.3.1.ebuild index 3a96612..165a28e 100644 --- a/net-misc/safe-harbor/safe-harbor-0.3.1.ebuild +++ b/net-misc/safe-harbor/safe-harbor-0.3.1.ebuild @@ -3,9 +3,9 @@ EAPI=7 -inherit linux-info systemd +inherit systemd -DESCRIPTION="B-Tree Vault, an automatic snapshot and backup tool for btrfs." +DESCRIPTION="Safe Harbor, an SSH tunnel generator." HOMEPAGE="https://git.decade.cz/decade-public/${PN}" SRC_URI="https://git.decade.cz/decade-public/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"