chore: rename status-im/go-waku to waku-org/go-waku

This commit is contained in:
Richard Ramos
2022-11-09 16:03:40 -04:00
parent 8c58037770
commit c8fc0404d1
140 changed files with 533 additions and 370 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM ubuntu:18.04
LABEL maintainer="richard@status.im"
LABEL source="https://github.com/status-im/go-waku"
LABEL source="https://github.com/waku-org/go-waku"
LABEL description="go-waku: deb/rpm builder"
RUN export DEBIAN_FRONTEND=noninteractive \
+1 -1
View File
@@ -36,7 +36,7 @@ fpm_build () {
--architecture x86_64 \
--depends libc6 \
--description "Go implementation of Waku v2 protocol" \
--url "https://github.com/status-im/go-waku" \
--url "https://github.com/waku-org/go-waku" \
--maintainer "Richard Ramos <richard@status.im>" \
waku=/usr/bin/waku
}