this repo has no description

Add leaflet, grain, and wamellow

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