* [PATCH] Change sparse homepage in ctags headers.
@ 2007-05-20 21:59 Damien Lespiau
2007-05-20 22:26 ` Josh Triplett
0 siblings, 1 reply; 2+ messages in thread
From: Damien Lespiau @ 2007-05-20 21:59 UTC (permalink / raw)
To: linux-sparse; +Cc: Damien Lespiau
Yup, sparse homepage changed.
Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
---
ctags.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ctags.c b/ctags.c
index bdddcf7..cccee0a 100644
--- a/ctags.c
+++ b/ctags.c
@@ -45,7 +45,7 @@ static void show_tag_header(FILE *fp)
fprintf(fp, "!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted, 2=foldcase/\n");
fprintf(fp, "!_TAG_PROGRAM_AUTHOR\tChristopher Li\t/sparse@chrisli.org/\n");
fprintf(fp, "!_TAG_PROGRAM_NAME\tSparse Ctags\t//\n");
- fprintf(fp, "!_TAG_PROGRAM_URL\thttp://kernel.org/pub/linux/kernel/people/josh/sparse/\t/official site/\n");
+ fprintf(fp, "!_TAG_PROGRAM_URL\thttp://www.kernel.org/pub/software/devel/sparse/\t/official site/\n");
fprintf(fp, "!_TAG_PROGRAM_VERSION\t0.01\t//\n");
}
--
1.5.2.rc3.87.g404fd
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-20 22:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 21:59 [PATCH] Change sparse homepage in ctags headers Damien Lespiau
2007-05-20 22:26 ` Josh Triplett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).