diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2024-10-26 17:45:38 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2024-10-26 17:59:28 +0200 |
commit | df666602c7936f7d87354374b148ef6269844c01 (patch) | |
tree | ce3c4753ad5ca348960afb4ad405992ae74802c3 /gnu/packages | |
parent | cbca798417d6481626da2a7ad4e7d06669f47808 (diff) | |
download | guix-df666602c7936f7d87354374b148ef6269844c01.tar.gz guix-df666602c7936f7d87354374b148ef6269844c01.zip |
gnu: java-mockito-1: Update source URL.
* gnu/packages/java.scm (java-mockito-1) [source]: Update URL.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 98f66b30ad..4c28659241 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -6575,7 +6575,7 @@ used with any logging implementation at runtime.") (version "1.10.19") (source (origin (method url-fetch) - (uri (string-append "http://repo1.maven.org/maven2/" + (uri (string-append "https://repo1.maven.org/maven2/" "org/mockito/mockito-core/" version "/mockito-core-" version "-sources.jar")) (sha256 |