summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-22 18:50:17 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-22 18:50:17 -0400
commit379ff751c59d528bd4f1a8e7a24fc039e8e408ba (patch)
treee6cc6a0e6067de3701f8913c9c313f1c4b5388e6
parent62c6567f5a01ee700d1fae99855898d8f85d76f4 (diff)
libretools.conf: use https for BLACKLISTtesting-20130522
-rw-r--r--src/libretools.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index e41edc9..3477761 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -6,7 +6,7 @@
## Blacklist URL
## Used by `pkgbuild-check-nonfree`
-BLACKLIST=http://repo.parabolagnulinux.org/docs/blacklist.txt
+BLACKLIST=https://repo.parabolagnulinux.org/docs/blacklist.txt
## Diff tool (vimdiff, gvimdiff, meld, etc)
## Used by `aur`, `diff-unfree`