diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:12:40 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:13:39 +0000 |
commit | 1723c01603349b6683d3900f36087d4afbaaa69d (patch) | |
tree | 8beea21bbffd5e33103b25c0ea45431db06e6183 /xslt | |
parent | fe2c46a5b7b41d61cb4791fe4d0268082997b918 (diff) | |
download | subsurface-1723c01603349b6683d3900f36087d4afbaaa69d.tar.gz |
Replace other references to hohndel.org
The only place where I'm not sure if there are unintended sideeffects of
changing over to the new domain is QCoreApplication::setOrganizationDomain
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/uddf-export.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/uddf-export.xslt b/xslt/uddf-export.xslt index 285f3c233..0d7f49b68 100644 --- a/xslt/uddf-export.xslt +++ b/xslt/uddf-export.xslt @@ -11,7 +11,7 @@ <generator> <manufacturer id="subsurface"> <name>Subsurface Team</name> - <contact>http://subsurface.hohndel.org/</contact> + <contact>http://subsurface-divelog.org/</contact> </manufacturer> <version> <xsl:value-of select="/divelog/@version"/> |