commit: 13138657bd83d7a710e8f350a577d914c89a6188 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 4 06:15:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 4 06:15:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13138657
net-irc/oragono: minor style change (block structure) Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/oragono/oragono-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/oragono/oragono-2.5.1.ebuild b/net-irc/oragono/oragono-2.5.1.ebuild index 6a7fb9b3c97..f832d7ec41e 100644 --- a/net-irc/oragono/oragono-2.5.1.ebuild +++ b/net-irc/oragono/oragono-2.5.1.ebuild @@ -8,8 +8,8 @@ inherit go-module systemd DESCRIPTION="A modern IRC server written in Go" HOMEPAGE="https://oragono.io/ https://github.com/oragono/oragono" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0" +LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64"
