From 1c2d641fc0a17d98b65709309e113e29d8834d9c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 18 Feb 2014 17:16:48 +0100 Subject: build: Use new git repo URL in release announcement message template Signed-off-by: Tobias Klauser --- Misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Misc') 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 -- cgit v1.2.3-54-g00ecf