diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-23 22:07:48 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-23 22:07:48 +0200 |
commit | 84ce6de169ab527d8393bfe9da63944c550ee16a (patch) | |
tree | dcf96f53af9d125e7339ceb0c08f7afb967c66d4 /plugins | |
parent | 441784d7b54c5aefe1ba1dd5526bdc5ac960e4e5 (diff) | |
download | portato-84ce6de169ab527d8393bfe9da63944c550ee16a.tar.gz portato-84ce6de169ab527d8393bfe9da63944c550ee16a.tar.bz2 portato-84ce6de169ab527d8393bfe9da63944c550ee16a.zip |
Fixed name of gpytage plugin
Diffstat (limited to '')
-rw-r--r-- | plugins/gpytage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpytage.xml b/plugins/gpytage.xml index 51d9104..b203ae0 100644 --- a/plugins/gpytage.xml +++ b/plugins/gpytage.xml @@ -2,7 +2,7 @@ <plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> <author>René 'Necoro' Neumann</author> - <name>Etc-proposals</name> + <name>GPytage</name> <import>portato.plugins.gpytage</import> |