Skip to content

Commit

Permalink
Use HTTPS for license URL (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck authored Apr 17, 2024
1 parent 454e760 commit 529512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<licenses>
<license>
<name>Eclipse Public License - Version 2.0</name>
<url>http://www.eclipse.org/legal/epl-2.0</url>
<url>https://www.eclipse.org/legal/epl-2.0</url>
<comments>SPDX-License-Identifier: EPL-2.0</comments>
</license>
</licenses>
Expand Down

0 comments on commit 529512f

Please sign in to comment.