summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGokturk Yuksek <gokturk@binghamton.edu>2015-12-15 02:08:48 -0500
committerGokturk Yuksek <gokturk@binghamton.edu>2015-12-15 02:08:48 -0500
commit93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606 (patch)
tree4cd214cc60c0dcab8185b1e9dd7ddaab51243114
parentdev-ruby/gettext_i18n_rails: add 1.3.2 (diff)
downloadgentoo-93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606.tar.gz
gentoo-93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606.tar.bz2
gentoo-93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606.zip
sys-fs/cryptsetup: fix obsolete wiki URL #551994
cryptsetup-1.6.5 has an incorrect link to cryptsetup wiki because upstream has migrated to gitlab. Package-Manager: portage-2.2.20.1
-rw-r--r--sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
index 8c7006b3227c..0669f7a22066 100644
--- a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
+++ b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild
@@ -119,6 +119,6 @@ pkg_postinst() {
elog "Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use"
elog "a compatibility mode when using cryptsetup-1.1.x. This can be"
elog "done by specifying the cipher (-c), key size (-s) and hash (-h)."
- elog "For more info, see https://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup"
+ elog "For more info, see https://gitlab.com/cryptsetup/cryptsetup/wikis/FrequentlyAskedQuestions#8-issues-with-specific-versions-of-cryptsetup"
fi
}