Skip to content

Commit

Permalink
maintainers: update name to anna
Browse files Browse the repository at this point in the history
  • Loading branch information
anna328p committed Jul 29, 2020
1 parent 7fd5059 commit 3459495
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,12 @@
githubId = 750786;
name = "Justin Wood";
};
anna328p = {
email = "anna328p@gmail.com";
github = "anna328p";
githubId = 9790772;
name = "Anna";
};
anmonteiro = {
email = "anmonteiro@gmail.com";
github = "anmonteiro";
Expand Down Expand Up @@ -2074,12 +2080,6 @@
githubId = 1316469;
name = "Naomi Morse";
};
dkudriavtsev = {
email = "dkudriavtsev@gmail.com";
github = "dkudriavtsev";
githubId = 9790772;
name = "Dmitry Kudriavtsev";
};
dmalikov = {
email = "malikov.d.y@gmail.com";
github = "dmalikov";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/hercules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 3459495

Please sign in to comment.