diff options
-rw-r--r-- | classes/oelint.bbclass | 2 | ||||
-rw-r--r-- | conf/documentation.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/classes/oelint.bbclass b/classes/oelint.bbclass index baa1c630b4..c9e39d13fb 100644 --- a/classes/oelint.bbclass +++ b/classes/oelint.bbclass @@ -67,7 +67,7 @@ python do_lint() { # Test for valid MAINTAINER # s = testVar("MAINTAINER") - if s=="OpenEmbedded Team <oe@handhelds.org>": + if s=="OpenEmbedded Team <openembedded-devel@openembedded.org>": bb.error("explicit MAINTAINER is missing, using default") elif s and s.find("@") == -1: bb.error("You forgot to put an e-mail address into MAINTAINER") diff --git a/conf/documentation.conf b/conf/documentation.conf index c07c8fa68b..feb572db46 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -1,6 +1,6 @@ # this file holds documentation for known keys, possible values and # their meaning. Please update, correct and extend this documentation. -# Mail your changes to oe@handhelds.org +# Mail your changes to openembedded-devel@openembedded.org # conf/bitbake.conf PREFERRED_VERSION[doc] = 'Normally use it as PREFERRED_VERSION_package-name = "" to set the preferred \ |