diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:12:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-22 00:16:15 +0100 |
commit | 1b4d40cf7b3c38a1e17cd921e2ee9fd60ffcdedf (patch) | |
tree | 8f6dd43c10d94e80841120fbbde10a8bb38fd113 /gnu | |
parent | 2b62f5d0f7a8a965533a7d2c95e707d8a5793b33 (diff) | |
download | guix-1b4d40cf7b3c38a1e17cd921e2ee9fd60ffcdedf.tar.gz |
gnu: java-plexus-utils: Use HTTPS home page.
* gnu/packages/java.scm (java-plexus-utils)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 9cbee0df43..9371901e1f 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -3578,7 +3578,7 @@ cli/shell/BourneShell.java" (native-inputs `(("java-hamcrest-core" ,java-hamcrest-core) ("java-junit" ,java-junit))) - (home-page "http://codehaus-plexus.github.io/plexus-utils/") + (home-page "https://codehaus-plexus.github.io/plexus-utils/") (synopsis "Common utilities for the Plexus framework") (description "This package provides various Java utility classes for the Plexus framework to ease working with strings, files, command lines, XML and |