summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-26 12:00:51 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-26 12:00:51 -0400
commitee61c28e75dd0dadb7514b2b9cabdc9bf5390d03 (patch)
tree9778c126c7cc076486a97ffd3ae43e7ba488a41c
parent887ff6550d64aa0243192c922c977f41ce549e42 (diff)
downloadaerc-ee61c28e75dd0dadb7514b2b9cabdc9bf5390d03.tar.gz
Add aerc-announce to README.md
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 352ad19..b6e9ebd 100644
--- a/README.md
+++ b/README.md
@@ -24,9 +24,12 @@ Then compile aerc:
 On its first run, aerc will copy the default config files to `~/.config/aerc`
 and show the account configuration wizard.
 
-## Contributing
+## Resources
 
-[Send patches](https://git-send-email.io) to
-[~sircmpwn/aerc@lists.sr.ht](mailto:~sircmpwn/aerc@lists.sr.ht).
+[Send patches](https://git-send-email.io) and questions to
+[~sircmpwn/aerc@lists.sr.ht](https://lists.sr.ht/~sircmpwn/aerc).
+
+Subscribe to release announcements on
+[~sircmpwn/aerc-announce](https://lists.sr.ht/~sircmpwn/aerc-announce)
 
 Bugs & todo here: [~sircmpwn/aerc2](https://todo.sr.ht/~sircmpwn/aerc2)
f='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246