From e45f85cc1ed5238b5123cc0478f86ae44acdf270 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Fri, 14 Sep 2018 01:22:32 +0300 Subject: [PATCH 1/3] Replace to new docker container w aptly & nginx Old project not supported long time --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c30f332d..5c45218d 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ Vagrant: Docker: - `Docker container `_ with aptly inside by Mike Purvis -- `Docker container `_ with aptly and nginx by Bryan Hong +- `Docker container `_ with aptly and nginx by Artem Smirnov With configuration management systems: From 814a0498df5771325b9826339f5a5bd8b57a0b8a Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Fri, 14 Sep 2018 01:24:21 +0300 Subject: [PATCH 2/3] Little syntax fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5c45218d..724894f1 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ If you have Go environment set up, you can build aptly from source by running (g cd $GOPATH/src/github.com/aptly-dev/aptly make install -Binary would be installed to ```$GOPATH/bin/aptly``. +Binary would be installed to ``$GOPATH/bin/aptly``. Contributing ------------ From ea32d8627e3030bef70cf0397a3ada9a30cc491d Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Fri, 14 Sep 2018 01:29:11 +0300 Subject: [PATCH 3/3] Update AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 105599c8..00d6a403 100644 --- a/AUTHORS +++ b/AUTHORS @@ -33,3 +33,4 @@ List of contributors, in chronological order: * Petr Jediny (https://github.com/pjediny) * Maximilian Stein (https://github.com/steinymity) * Strajan Sebastian (https://github.com/strajansebastian) +* Artem Smirnov (https://github.com/urpylka)