diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-03 00:43:20 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-03 00:43:20 +0100 |
commit | 192106e85a4c1818277c727a3b5c399d8aeaa5b2 (patch) | |
tree | be3625846f52f27b4a7eebbc63cf06e7685eca72 | |
parent | 9c636b5276b7cf90fcdb5781a5086ffbc8d0387e (diff) | |
download | alpine-conf-192106e85a4c1818277c727a3b5c399d8aeaa5b2.zip |
makefile: fix URL of project's webpage
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ endif DESC="Alpine configuration scripts" -WWW="http://alpinelinux.org/alpine-conf" +WWW="http://git.alpinelinux.org/cgit/alpine-conf/" SED := sed |