Update donation link in the README; Add project URL to the executable
Simon Volpert
7 years ago
62 | 62 |
|
63 | 63 |
The program's canonical project page resides at https://github.com/simon-v/remailer/
|
64 | 64 |
|
65 | |
I gratefully accept appreciation for my work in material form at __13JSnRst7PJiMUr6fyVAkFWTwf9XKivWLh__.
|
|
65 |
I gratefully accept appreciation for my work in material form at [bitcoincash:qr9mj4r9sq3urkjl6hhspeyjj62l3k3mzckaqq0kj8](bitcoincash:qr9mj4r9sq3urkjl6hhspeyjj62l3k3mzckaqq0kj8).
|
0 | 0 |
#!/usr/bin/python2 -B
|
1 | 1 |
# remailer - A PGP-enforcing newsletter implementation
|
2 | 2 |
# Author: Simon Volpert <simon@simonvolpert.com>
|
|
3 |
# Project page: https://github.com/simon-v/remailer/
|
3 | 4 |
# This program is free software, released under the Apache License, Version 2.0. See the LICENSE file for more information
|
4 | 5 |
# Consult the README file for usage instructions and other helpful hints
|
5 | 6 |
|