this repo has no description

add anisota

Changed files
+2
cmd
recordcollector
+1
cmd/recordcollector/main.go
···
"pub.leaflet": "pub-leaflet",
"com.wamellow": "com-wamellow",
"social.grain": "social-grain",
+
"net.anisota": "net-anisota",
}
//go:embed schema.sql
+1
genlabeldefs.py
···
'Leaflet': ('pub-leaflet', 'social publishing / blogging'),
'Wamellow': ('com-wamellow', 'bluesky to discord notifications'),
'Grain': ('social-grain', 'a photo sharing platform'),
+
'Anisota': ('net-anisota', 'a speculative, iconoclastic social app'),
# 'name': ('nsid-with-dashes', 'description'),
}