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
@@ -31,6 +31,6 @@ stdenv.mkDerivation {
description = "VLSI layout tool written in Tcl";
homepage = "http://opencircuitdesign.com/magic/";
license = licenses.mit;
maintainers = [ maintainers.dkudriavtsev ];
maintainers = [ maintainers.anna328p ];
};
}