diff options
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r-- | gnu/packages/time.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 6eefb6c525..0249334a2e 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -247,7 +247,7 @@ datetime module, available in Python 2.3+.") (method git-fetch) ;; The PyPi distribution doesn't include the tests. (uri (git-reference - (url "https://github.com/closeio/ciso8601.git") + (url "https://github.com/closeio/ciso8601") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 |