Skip to content

Commit 0f59b4a

Browse files
committed
Set the author name for VST3 plugin
1 parent 778d515 commit 0f59b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin/vst/VstFactory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
#else
3535
#define gkickFileDescription gkickPluginName" Geonkick"
3636
#endif
37-
#define gkickCompanyName "Geonkick"
37+
#define gkickCompanyName "Iurie Nistor"
3838
#define gkickCompanyWeb "http://geonkick.org"
39-
#define gkickCompanyEmail ""
39+
#define gkickCompanyEmail "iuriehn@gmail.com"
4040
#define gkickLegalCopyright "Copyright (C) 2020 Iurie Nistor. Licensed under the GNU General Public License, Version 3"
4141

4242
BEGIN_FACTORY_DEF(gkickCompanyName, gkickCompanyWeb, gkickCompanyEmail)

0 commit comments

Comments
 (0)