diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-02-18 17:16:48 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-02-18 17:16:48 +0100 |
commit | 1c2d641fc0a17d98b65709309e113e29d8834d9c (patch) | |
tree | aa9b9c0c7785f2b4792929a754dded643dd27ce3 | |
parent | 51806353bad4958c6f1dd947a4e15d41143fb9e2 (diff) |
build: Use new git repo URL in release announcement message template
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | Misc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |