X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e7aef48f33e934106d1a50201d9f098f9886d7ec..e45b0db3d66ca9e041622db3d801d026fb4d3724:/.zsh/func/baseconv

diff --git a/.zsh/func/baseconv b/.zsh/func/baseconv
index 3c97468..994d0cc 100755
--- a/.zsh/func/baseconv
+++ b/.zsh/func/baseconv
@@ -4,10 +4,10 @@
 #
 # zsh-based conversion between numeric bases
 #
-# 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
 #
 
 if [ $# -ne 3 ]; then