chiark / gitweb /
Add Liberapay support
[fdroidserver.git] / fdroidserver / lint.py
index 18bd3d47ea0145c78104a43ac23d1737ce50a723..a5ed3637dcf35981463a689390a0612fa72bdb51 100644 (file)
@@ -135,6 +135,8 @@ regex_checks = {
     'Donate': http_checks + [
         (re.compile(r'.*flattr\.com'),
          _("Flattr donation methods belong in the FlattrID flag")),
+        (re.compile(r'.*liberapay\.com'),
+         _("Liberapay donation methods belong in the LiberapayID flag")),
     ],
     'Changelog': http_checks,
     'Author Name': [