From 752ac19df1614a3c156f7001953b79619abfbdb8 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Tue, 9 Apr 2024 16:13:44 +0400 Subject: [PATCH] app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: Syntax fix typo Signed-off-by: Vitaly Zdanevich --- ...-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild index c067fe6978..9157f37d78 100644 --- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild +++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="Monitor a tree for files with spaces in name - and replace to underscores" -HOMEPAGE=""https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars +HOMEPAGE="https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars" SRC_URI="https://gitlab.com/vitaly-zdanevich/$PN/-/archive/$PV/$P.tar.bz2" LICENSE="Apache-2.0"