From 86d17145a35fec079ac05d142f0e6abb085a25c9 Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Sat, 21 Feb 2026 10:39:21 +0100 Subject: [PATCH] update owner --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 43f1210c3d3f7..8d2831abf6da4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,7 +6,7 @@ pkgbase = tobby pkgdesc = The Terminal Obby — a modern IRC client for the terminal pkgver = 0.1.0 pkgrel = 1 - url = https://github.com/OWNER/tobby + url = https://github.com/ObsidianIRC/tobby arch = any license = MIT makedepends = npm diff --git a/PKGBUILD b/PKGBUILD index ffdc13d6167c2..9ceb72020cd42 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.1.0 pkgrel=1 pkgdesc="The Terminal Obby — a modern IRC client for the terminal" arch=('any') -url="https://github.com/OWNER/tobby" +url="https://github.com/ObsidianIRC/tobby" license=('MIT') # nodejs runs the bin/tobby.js shim; bun-bin runs the actual bundled app depends=('nodejs' 'bun-bin')