about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2021-10-30 20:53:37 +0200
committerRobin Jarry <robin@jarry.cc>2021-10-30 22:07:32 +0200
commit36c9840f9be660491eb44d60a4a00765f974e38b (patch)
tree44ddedf2425bfb19d0810d59c46838d7d8c24de7
parent074b0a1bd8da38547c6e3eed9836149327012228 (diff)
downloadaerc-36c9840f9be660491eb44d60a4a00765f974e38b.tar.gz
readme: update with fork info
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--LICENSE1
-rw-r--r--README.md14
2 files changed, 11 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index ec27f61..c29eaad 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,5 @@
 Copyright (c) 2018-2019 Drew DeVault
+Copyright (c) 2021 Robin Jarry
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/README.md b/README.md
index 5338dbf..ed9557b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
 # aerc
 
-aerc is an email client for your terminal.
+[![builds.sr.ht status](https://builds.sr.ht/~rjarry/aerc.svg)](https://builds.sr.ht/~rjarry/aerc)
+
+[aerc](https://sr.ht/~rjarry/aerc/) is an email client for your terminal.
+
+This is a fork of [the original aerc](https://git.sr.ht/~sircmpwn/aerc)
+by Drew DeVault.
 
 A short demonstration can be found on [https://aerc-mail.org/](https://aerc-mail.org/)
 
@@ -59,12 +64,13 @@ To install aerc locally:
 ## Resources
 
 Send patches and questions to
-[~sircmpwn/aerc@lists.sr.ht](https://lists.sr.ht/~sircmpwn/aerc)
+[~rjarry/aerc-devel@lists.sr.ht](https://lists.sr.ht/~rjarry/aerc-devel).
 
 Instructions for preparing a patch are available at
 [git-send-email.io](https://git-send-email.io)
 
 Subscribe to release announcements on
-[~sircmpwn/aerc-announce](https://lists.sr.ht/~sircmpwn/aerc-announce)
+[~rjarry/aerc-announce@lists.sr.ht](https://lists.sr.ht/~rjarry/aerc-announce)
 
-Bugs & todo here: [~sircmpwn/aerc2](https://todo.sr.ht/~sircmpwn/aerc2)
+Submit bug reports and feature requests on
+[https://todo.sr.ht/~rjarry/aerc](https://todo.sr.ht/~rjarry/aerc).
#n187'>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 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407