X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/45e43e1fd12c19728d53af61feadb1ab9e8d713f..e45b0db3d66ca9e041622db3d801d026fb4d3724:/.zsh/zshenv/01_fpath?ds=inline

diff --git a/.zsh/zshenv/01_fpath b/.zsh/zshenv/01_fpath
index 8e3a5a4..0a1253a 100644
--- a/.zsh/zshenv/01_fpath
+++ b/.zsh/zshenv/01_fpath
@@ -2,10 +2,10 @@
 #
 # Adds local functions directory to $fpath
 #
-# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Copyright © 1994–2017 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: git://git.madduck.net/etc/zsh.git
+# Source repository: http://git.madduck.net/v/etc/zsh.git
 #
 
 fpath=($ZDOTDIR/func $fpath)