We rather want the GitHub commit list.

This commit is contained in:
Oliver Schmidt 2018-07-20 20:00:37 +02:00
parent 71af95ccef
commit 30e44d99b7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ endif
ZIPCOMMENT := $(shell git rev-parse --short HEAD 2>$(NULLDEV))
ifeq ($(words $(ZIPCOMMENT)),1)
ZIPCOMMENT := https://github.com/cc65/ip65/commit/$(ZIPCOMMENT)
ZIPCOMMENT := https://github.com/cc65/ip65/commits/$(ZIPCOMMENT)
else
ZIPCOMMENT := N/A
endif