summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-02-18 17:16:48 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-02-18 17:16:48 +0100
commit1c2d641fc0a17d98b65709309e113e29d8834d9c (patch)
treeaa9b9c0c7785f2b4792929a754dded643dd27ce3 /Misc
parent51806353bad4958c6f1dd947a4e15d41143fb9e2 (diff)
build: Use new git repo URL in release announcement message template
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Misc')
-rw-r--r--Misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc b/Misc
index 08a92e2..97fc8d1 100644
--- a/Misc
+++ b/Misc
@@ -21,7 +21,7 @@ announcement:
$(Q)echo -e " *** BLURB HERE (general bits, optional) ***\n\n---\n" > .MAIL_MSG
$(Q)echo -e "netsniff-ng $(VERSION_SHORT) has been released to the public (http://netsniff-ng.org/).\n" >> .MAIL_MSG
$(Q)echo -e "It can be fetched via Git:\n" >> .MAIL_MSG
- $(Q)echo -e " git clone git://github.com/borkmann/netsniff-ng.git" >> .MAIL_MSG
+ $(Q)echo -e " git clone git://github.com/netsniff-ng/netsniff-ng.git" >> .MAIL_MSG
$(Q)echo -e " git checkout v$(VERSION_SHORT)\n" >> .MAIL_MSG
$(Q)echo -e "Or via HTTP:\n" >> .MAIL_MSG
$(Q)echo -e " wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG