summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:51:34 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-02 21:46:27 +0100
commit35e74723b50da3e1e8ceb02ef5de445a40b44cba (patch)
tree2a71405464e89c50882d7adb34c994a2ee32530a /gnu
parentc99f0e5780f810c78890424ff668becc44cb1776 (diff)
downloadpatches-35e74723b50da3e1e8ceb02ef5de445a40b44cba.tar
patches-35e74723b50da3e1e8ceb02ef5de445a40b44cba.tar.gz
gnu: java-plexus-interpolation: Use HTTPS home page.
* gnu/packages/java.scm (java-plexus-interpolation)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/java.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index babab2a740..57f1ebc6be 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3604,7 +3604,7 @@ more.")
(native-inputs
`(("java-junit" ,java-junit)
("java-hamcrest-core" ,java-hamcrest-core)))
- (home-page "http://codehaus-plexus.github.io/plexus-interpolation/")
+ (home-page "https://codehaus-plexus.github.io/plexus-interpolation/")
(synopsis "Java components for interpolating ${} strings and the like")
(description "Plexus interpolator is a modular, flexible interpolation
framework for the expression language style commonly seen in Maven, Plexus,