commit e3adef349c8e6d1ab3728ec5fa2a026325b33e66
parent f6890424e98fb169f3580a3f2ac4108059bc39ef
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Mon, 22 Mar 2021 11:01:57 +0100
sr.ht to Sourcehut
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit-index.c b/stagit-index.c
@@ -87,7 +87,7 @@ writefooter(FILE *fp)
"<h2 id=\"contribute\">Contribute</h2>\n"
"<p>The best way to contribute to my repositories is through e-mail, check out <a href=\"https://git-send-email.io\">git-send-email.io</a> if you don’t know how to do that. Send your patches to <a href=\"mailto:patches@oscarbenedito.com\">patches@oscarbenedito.com</a> and change the subject prefix to specify the repository you are sending the patch for. You can do that running the following command from the git repository:</p>\n"
"<pre><code>git config format.subjectPrefix \"PATCH <name-of-repository>\"</code></pre>\n"
- "<p>You can also contribute on <a href=\"https://github.com/oscarbenedito\">GitHub</a> doing pull requests (all my public repositories are mirrored there, as well as <a href=\"https://git.sr.ht/~ob\">sr.ht</a>).</p>\n"
+ "<p>You can also contribute on <a href=\"https://github.com/oscarbenedito\">GitHub</a> doing pull requests (all my public repositories are mirrored there, as well as <a href=\"https://git.sr.ht/~ob\">Sourcehut</a>).</p>\n"
"</div>\n</body>\n</html>\n", fp);
}