diff options
author | Craig Andrews <candrews@gentoo.org> | 2017-08-18 11:29:08 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2017-08-18 11:37:11 -0400 |
commit | d3e932d18018c27d1c030b669c3b4befdfb6536c (patch) | |
tree | b96acf701a13c2bee4d251eeeb8f9a056bad2077 /eclass | |
parent | sys-devel/automake: Bump to EAPI=6 and sync with -9999 (diff) | |
download | gentoo-d3e932d18018c27d1c030b669c3b4befdfb6536c.tar.gz gentoo-d3e932d18018c27d1c030b669c3b4befdfb6536c.tar.bz2 gentoo-d3e932d18018c27d1c030b669c3b4befdfb6536c.zip |
Since I now have an @gentoo.org address, use it everywhere
Gentoo-bug: 620766
Closes: #5470
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kodi-addon.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kodi-addon.eclass b/eclass/kodi-addon.eclass index 1a95342dc2be..01e5d17c547d 100644 --- a/eclass/kodi-addon.eclass +++ b/eclass/kodi-addon.eclass @@ -3,7 +3,7 @@ # @ECLASS: kodi-addon.eclass # @MAINTAINER: -# candrews@integralblue.com +# candrews@gentoo.org # @BLURB: Helper for correct building and (importantly) installing Kodi addon packages. # @DESCRIPTION: # Provides a src_configure function for correct CMake configuration |