mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: java-joda-time: Use HTTPS home page.
* gnu/packages/java.scm (java-joda-time)[home-page]: Use HTTPS.
This commit is contained in:
parent
e799400d4b
commit
14544d2f99
1 changed files with 1 additions and 1 deletions
|
@ -10363,7 +10363,7 @@ (define-public java-joda-time
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)
|
("java-hamcrest-core" ,java-hamcrest-core)
|
||||||
("tzdata" ,tzdata)))
|
("tzdata" ,tzdata)))
|
||||||
(home-page "http://www.joda.org/joda-time/")
|
(home-page "https://www.joda.org/joda-time/")
|
||||||
(synopsis "Replacement for the Java date and time classes")
|
(synopsis "Replacement for the Java date and time classes")
|
||||||
(description "Joda-Time is a replacement for the Java date and time
|
(description "Joda-Time is a replacement for the Java date and time
|
||||||
classes prior to Java SE 8.")
|
classes prior to Java SE 8.")
|
||||||
|
|
Loading…
Reference in a new issue