aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/pom.xml
diff options
context:
space:
mode:
authorGravatar Sebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:50:58 +0100
committerGravatar Sebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:54:21 +0100
commit6395a1cbd9e50bfb9ef59c96e38b8facded47e87 (patch)
treef868ddeccee580a42cff0016eaf395dffd363b4a /ruby/pom.xml
parentd41c47fff992a7729a36ca61f8090aa40596e948 (diff)
Fix links to the New BSD License in meta-data
The "New BSD License" is the "3-Clause BSD License", but the links were pointing to the "2-Clause BSD License".
Diffstat (limited to 'ruby/pom.xml')
-rw-r--r--ruby/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/pom.xml b/ruby/pom.xml
index 7b896137..7f475fd2 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -22,7 +22,7 @@
<licenses>
<license>
<name>New BSD license</name>
- <url>http://www.opensource.org/licenses/bsd-license.php</url>
+ <url>https://opensource.org/licenses/BSD-3-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>