diff options
author | Gokturk Yuksek <gokturk@binghamton.edu> | 2015-12-15 02:08:48 -0500 |
---|---|---|
committer | Gokturk Yuksek <gokturk@binghamton.edu> | 2015-12-15 02:08:48 -0500 |
commit | 93173c4df7de5330d1e1f1b6fc3c0e2aeab0a606 (patch) | |
tree | 4cd214cc60c0dcab8185b1e9dd7ddaab51243114 /sys-fs/cryptsetup | |
parent | dev-ruby/gettext_i18n_rails: add 1.3.2 (diff) | |
download | gentoo-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
Diffstat (limited to 'sys-fs/cryptsetup')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild | 2 |
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 } |