diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 04:00:42 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 04:00:42 +0200 |
commit | 369497c6c7fc30e8286668decd8a9e370f374df6 (patch) | |
tree | 1602ad22a91244cd95960714a839924f87a92fea /x11-plugins | |
parent | x11-terms/xterm: Version bump (diff) | |
download | gentoo-369497c6c7fc30e8286668decd8a9e370f374df6.tar.gz gentoo-369497c6c7fc30e8286668decd8a9e370f374df6.tar.bz2 gentoo-369497c6c7fc30e8286668decd8a9e370f374df6.zip |
x11-plugins/pidgin-opensteamworks: Fix doc install, update HOMEPAGE
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild index d6824a2df6e4..e12c1fb3f067 100644 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild +++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Steam protocol plugin for pidgin" -HOMEPAGE="https://code.google.com/p/pidgin-opensteamworks/" +HOMEPAGE="https://github.com/eionrobb/pidgin-opensteamworks/" SRC_URI="https://github.com/EionRobb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz https://pidgin-opensteamworks.googlecode.com/files/icons.zip -> ${PN}-icons.zip" @@ -51,5 +51,5 @@ src_install() { popd || die insinto /usr/share/pixmaps/pidgin/protocols doins -r "${WORKDIR}"/{16,48} - dodoc README.md + dodoc ${P}/README.md } |