Skip to content

Commit b97d531

Browse files
author
monkstone
committed
fix license
1 parent 001fb7c commit b97d531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<licenses>
3030
<license>
31-
<name>'GPLv3'</name>
32-
<url>http://www.opensource.org/licenses/gplv3.php</url>
31+
<name>LGPL 3</name>
32+
<url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
3333
</license>
3434
</licenses>
3535

@@ -62,7 +62,7 @@
6262
<!-- for Mac developers, non Archlinux and Windows can probably figure it out
6363
<processing.home>/Applications/Processing.app/Contents/Java</processing.home>
6464
-->
65-
<processing.home>${user.home}/processing-3.0.1</processing.home>
65+
<processing.home>/usr/share/processing</processing.home>
6666
</properties>
6767
<build>
6868
<sourceDirectory>src</sourceDirectory>

0 commit comments

Comments
 (0)