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')