diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-01-13 01:29:11 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-01-13 01:30:14 +0100 |
commit | 98c73593e762d8b57290f5523cbc7360afd9eab0 (patch) | |
tree | c9526f9e235b095f749662acfc0e18b31181628e /debian | |
parent | added missing file (diff) |
fixed default config
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/vanity.conf | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 36c08b2..bd91542 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vanity (0.1.1-5) unstable; urgency=medium + + * fixed default config + + -- Christian Pointner <equinox@spreadspace.org> Wed, 13 Jan 2016 01:29:24 +0100 + vanity (0.1.1-4) unstable; urgency=medium * depending on golang-go > 1.5 (flags is to old in 1.3) diff --git a/debian/vanity.conf b/debian/vanity.conf index ac948fd..ae10701 100644 --- a/debian/vanity.conf +++ b/debian/vanity.conf @@ -1,3 +1,3 @@ VANITY_ADDR=127.0.0.1:9192 -VANITY_ROOT=http://spreadspace.org/ -VANITY_REPO_ROOT=http://git.spreadspace.org/ +VANITY_ROOT=https://spreadspace.org +VANITY_REPO_ROOT=https://git.spreadspace.org |