diff options
author | 2021-03-04 06:15:02 +0000 | |
---|---|---|
committer | 2021-03-04 06:15:02 +0000 | |
commit | 13138657bd83d7a710e8f350a577d914c89a6188 (patch) | |
tree | c1f610c1d87c7f353434d5521f6feaba4a6ed68b /net-irc | |
parent | dev-libs/geoip: Stabilize 1.6.12 s390, #774123 (diff) | |
download | gentoo-13138657bd83d7a710e8f350a577d914c89a6188.tar.gz gentoo-13138657bd83d7a710e8f350a577d914c89a6188.tar.bz2 gentoo-13138657bd83d7a710e8f350a577d914c89a6188.zip |
net-irc/oragono: minor style change (block structure)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/oragono/oragono-2.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/oragono/oragono-2.5.1.ebuild b/net-irc/oragono/oragono-2.5.1.ebuild index 6a7fb9b3c975..f832d7ec41ea 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" |