From efb700f662e2db7475b8aebf7738db364f4d49de Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 20 Nov 2016 16:27:06 +1300 Subject: [PATCH] It should probably be called RacketMQ rather than RMQ --- COPYING | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index f409ff3..441481c 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -rmq: RacketMQ +RacketMQ Copyright © 2015, 2016 Tony Garnock-Jones This program is free software: you can redistribute it and/or modify diff --git a/Makefile b/Makefile index c48f3a5..8960255 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PACKAGENAME=rmq -MAINCOLLECT=rmq +PACKAGENAME=racketmq +MAINCOLLECT=racketmq COLLECTS=$(MAINCOLLECT) all: setup