diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 15:40:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 15:40:23 +0200 |
commit | 8b4384c974cdeb82ef78ff400b7a3fb8f5facc30 (patch) | |
tree | df90bc77f53a1dcc107fd1b5d846362813961afd /1 | |
parent | 387d7aac6024d9c408be23b24abc42a084978ca5 (diff) |
Fix broken comment
Diffstat (limited to '1')
-rw-r--r-- | 1/stable/repositories | 4 | ||||
-rw-r--r-- | 1/testing/repositories | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/1/stable/repositories b/1/stable/repositories index b5ba889..56de136 100644 --- a/1/stable/repositories +++ b/1/stable/repositories @@ -1,7 +1,9 @@ # build2.org/pkg/hello/stable # : 1 -url: ././.. # www.build2.org/pkg/1/hello/stable -> www.build2.org/pkg/hello/ +# www.build2.org/pkg/1/hello/stable -> www.build2.org/pkg/hello/ +# +url: ././.. email: users@build2.org; build2 toolchain mailing list summary: "Hello World" example package repository, stable section description: \ diff --git a/1/testing/repositories b/1/testing/repositories index c13c42b..f644d5a 100644 --- a/1/testing/repositories +++ b/1/testing/repositories @@ -4,7 +4,9 @@ role: complement location: ../stable : -url: ././.. # www.build2.org/pkg/1/hello/testing -> www.build2.org/pkg/hello/ +# www.build2.org/pkg/1/hello/testing -> www.build2.org/pkg/hello/ +# +url: ././.. email: users@build2.org; build2 toolchain mailing list summary: "Hello World" example package repository, testing section description: \ |