From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 22 May 2020 14:32:21 +0000 (-0700) Subject: Fix the URL to fishshell.com (GH-20251) X-Git-Tag: v3.9.0b2~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51025e0c86afbf9300a18ef2dd6d6aa35a1854da;p=thirdparty%2FPython%2Fcpython.git Fix the URL to fishshell.com (GH-20251) (cherry picked from commit da7d1f04086598a29f77bd452beefe847d038344) Co-authored-by: Jonathan Goble --- diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish index cb1ba1c301ed..54b9ea5676b6 100644 --- a/Lib/venv/scripts/posix/activate.fish +++ b/Lib/venv/scripts/posix/activate.fish @@ -1,5 +1,5 @@ # This file must be used with "source /bin/activate.fish" *from fish* -# (http://fishshell.org); you cannot run it directly. +# (https://fishshell.com/); you cannot run it directly. function deactivate -d "Exit virtual environment and return to normal shell environment" # reset old environment variables