diff options
author | Silvino Silva <silvino@bk.ru> | 2016-09-17 02:58:08 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-09-17 02:58:08 +0100 |
commit | ae78b5413f02ee7cf7ebe090708779e2ada5fa92 (patch) | |
tree | b852333a93c0dd371ec792d7642c73d8ad7b2bf8 | |
parent | 4a7291038b235b78cc2bdf43a05c76d5a451f105 (diff) | |
download | doc-ae78b5413f02ee7cf7ebe090708779e2ada5fa92.tar.gz |
fix wrong destination of c9-ports collection
-rw-r--r-- | core/conf/ports/c9-ports.httpup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/conf/ports/c9-ports.httpup b/core/conf/ports/c9-ports.httpup index 07ff943..3a275e5 100644 --- a/core/conf/ports/c9-ports.httpup +++ b/core/conf/ports/c9-ports.httpup @@ -2,6 +2,6 @@ # /etc/ports/c9-ports.httpup: c9-ports port collection # -ROOT_DIR=/usr/ports/c9-doc +ROOT_DIR=/usr/ports/c9-ports URL=https://github.com/s1lvino/c9-ports/raw/master/ # End of file |