From f8b811cf22440ee4f0f2ccedc5b5339bfe00d9e5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 15 May 2026 11:44:28 -0400 Subject: Add missing / at end of URL. --- SBoTools/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SBoTools/plugin.py b/SBoTools/plugin.py index 092f0ce..0831df0 100644 --- a/SBoTools/plugin.py +++ b/SBoTools/plugin.py @@ -211,7 +211,7 @@ class SBoTools(callbacks.Plugin): plural = "s" lines.append(str(depcount) + " dep" + plural + ":" + deps) - lines.append(" => https://slackbuilds.org/repository/15.0/" + cname + "/" + bname) + lines.append(" => https://slackbuilds.org/repository/15.0/" + cname + "/" + bname + "/") irc.replies(lines, joiner=' ') def sboinfo(self, irc, msg, args, catbuild): -- cgit v1.2.3