Code review comment for lp://staging/~dholbach/click-reviewers-tools/1237974

Revision history for this message
Martin Albisetti (beuno) wrote :

8 + self.email = self.manifest['maintainer'].partition('<')[2].rstrip('>')
9 + self.is_core_app = (self.click_pkgname.startswith('com.ubuntu.') and \
10 + self.email == '<email address hidden>')

com.ubuntu.developer would match as well, if someone chose the <email address hidden> email address, right?

« Back to merge proposal