this repo has no description

Add ATProtoFans

Changed files
+2
cmd
recordcollector
+1
cmd/recordcollector/main.go
···
"fm.plyr": "fm-plyr",
"app.sidetrail": "app-sidetrail",
"app.dropanchor": "app-dropanchor",
+
"com.atprotofans": "com-atprotofans",
}
//go:embed schema.sql
+1
genlabeldefs.py
···
'plyr.fm': ('fm-plyr', 'music on atproto'),
'Sidetrail': ('app-sidetrail', 'a little app for sharing "trails"'),
'Anchor': ('app-dropanchor', 'an experiment in geolocation on the AT protocol'),
+
'ATProtoFans': ('com-atprotofans', 'Connecting Fans and Creators'),
# 'name': ('nsid-with-dashes', 'description'),
}