diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 16:29:04 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 16:32:16 -0500 |
commit | 91ee114b7711185964c8c748d238db4a724de94e (patch) | |
tree | 319f3578d4c53c318df92363832b7d01032ab6d2 | |
parent | b5493e2a183f78ae53c99cfaa8aec381d326e077 (diff) | |
download | org-link-edit-91ee114b7711185964c8c748d238db4a724de94e.tar.gz |
README: Drop mention of copyright assignment
I don't plan on adding org-link-edit.el to Org proper or ELPA.
-rw-r--r-- | README | 23 |
1 files changed, 9 insertions, 14 deletions
@@ -10,23 +10,13 @@ contributed packages: <https://orgmode.org/org.html#Installation>. Contributing ------------ -Bug reports, questions, and other feedback are welcome. Please send a -plain-text email, with "[org-link-edit]" as the subject prefix, to +Bug reports, patches, questions, and other feedback are welcome. +Please send a plain-text email, with "[org-link-edit]" as the subject +prefix, to misc@inbox.kyleam.com -Messages that include this address are public and available as -public-inbox [^1] archives at - - https://inbox.kyleam.com/misc/?q=s%3Aorg-link-edit - -If you'd like to contribute a patch, thank you! To keep open the -possibility of including org-link-edit.el into Org proper or ELPA, -contributors are required to assign copyright [^2] to the Free -Software Foundation for most changes. - -Please send patches to the address listed above. You can generate the -patch with +To add this prefix to patches, you can generate the them with git format-patch --subject-prefix="PATCH org-link-edit" ... @@ -35,5 +25,10 @@ can configure the repository's default prefix: git config format.subjectPrefix "PATCH org-link-edit" +Messages that include this address are public and available as +public-inbox [^1] archives at + + https://inbox.kyleam.com/misc/?q=s%3Aorg-link-edit + [^1]: https://public-inbox.org/README [^2]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html |