this repo has no description

Add leaflet, grain, and wamellow

Changed files
+7 -1
cmd
recordcollector
+3
cmd/recordcollector/main.go
···
"exchange.recipe": "exchange-recipe",
"blue.linkat": "blue-linkat",
"app.rocksky": "app-rocksky",
+
"pub.leaflet": "pub-leaflet",
+
"com.wamellow": "com-wamellow",
+
"social.grain": "social-grain",
}
//go:embed schema.sql
+4 -1
genlabeldefs.py
···
'recipe.exchange': ('exchange-recipe', 'discover and share your favorite recipes'),
'Linkat': ('blue-linkat', 'link collections'),
'Rocksky': ('app-rocksky', 'decentralized music tracking and discovery platform'),
-
# 'name': ('ns-id', 'description'),
+
'Leaflet': ('pub-leaflet', 'social publishing / blogging'),
+
'Wamellow': ('com-wamellow', 'bluesky to discord notifications'),
+
'Grain': ('social-grain', 'a photo sharing platform'),
+
# 'name': ('nsid-with-dashes', 'description'),
}
values = []