Hello Dmitry, Paul Eggert wrote: > Attached is what I installed.
> diff --git a/pygnulib/__init__.py b/pygnulib/__init__.py > index ca3685be49..d0e308ba0e 100644 > --- a/pygnulib/__init__.py > +++ b/pygnulib/__init__.py > @@ -31,5 +31,5 @@ Texinfo), assorted configuration scripts, and more. The > goal is to provide all > the common infrastructure needed by GNU packages.''' > > __copyright__ = '2012-2022 Free Software Foundation, Inc.' > -__author__ = 'Dmitriy Selyutin' > +__author__ = 'Dmitry Selyutin' > __license__ = 'GNU GPLv3+' > diff --git a/pygnulib/constants.py b/pygnulib/constants.py > index 5bdd00f514..0e7700a6be 100644 > --- a/pygnulib/constants.py > +++ b/pygnulib/constants.py > @@ -39,7 +39,7 @@ __author__ = \ > 'Bruno Haible', > 'Paul Eggert', > 'Simon Josefsson', > - 'Dmitriy Selyutin', > + 'Dmitry Selyutin', > ] > __license__ = 'GNU GPLv3+' > __copyright__ = '2002-2022 Free Software Foundation, Inc.' Is this OK with you? What's the preferred writing of your name? Bruno