maintainers: update name to anna

This commit is contained in:
Dmitry Kudriavtsev
2020-07-28 19:48:16 -07:00
parent 7fd5059f58
commit 345949594f
3 changed files with 8 additions and 8 deletions
@@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
description = "IBM mainframe emulator";
homepage = "http://www.hercules-390.eu";
license = licenses.qpl;
maintainers = [ maintainers.dkudriavtsev ];
maintainers = [ maintainers.anna328p ];
};
}