maintainers.nix: use my GitHub handle as maintainer name

This commit is contained in:
mingchuan
2017-10-03 14:27:10 +00:00
committed by Orivej Desh
parent 53c8e23591
commit d6b8ac6ca8
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
phrase-level conversion, variant conversion and regional idioms among Mainland China,
Taiwan and Hong kong.
'';
maintainers = [ maintainers.mingchuan ];
maintainers = [ maintainers.sifmelcara ];
platforms = platforms.linux;
};
}