Skip to content

Commit 6445284

Browse files
committed
sdk: correct jme.com -> jme.org
1 parent 5709fe5 commit 6445284

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sdk/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
section="devel"
250250
depends="sun-java6-jdk"
251251
maintainer="jMonkeyEngine"
252-
homepage="http://www.jmonkeyengine.com"
252+
homepage="http://www.jmonkeyengine.org"
253253
postrm="debscripts/postrm"
254254
>
255255
<tarfileset dir="dist/${app.name}/" prefix="opt/${app.name}">

sdk/jdks/build-osx-zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
#(c) jMonkeyEngine.com
2+
#(c) jmonkeyengine.org
33
#Author Normen Hansen
44
set -e
55
rm -rf jdk-macosx.zip

sdk/jdks/build-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
#(c) jMonkeyEngine.com
3+
#(c) jmonkeyengine.org
44
#This script creates SFX binaries of the JDK for the specified platform
55
#Author Normen Hansen
66

0 commit comments

Comments
 (0)