maintainers.nix: use my GitHub handle as maintainer name

This commit is contained in:
mingchuan
2017-10-03 20:07:12 +08:00
committed by Orivej Desh
parent 53c8e23591
commit d6b8ac6ca8
9 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = https://code.google.com/p/marisa-trie/;
description = "Static and space-efficient trie data structure library";
license = licenses.bsd3;
maintainers = with maintainers; [ mingchuan ];
maintainers = with maintainers; [ sifmelcara ];
platforms = platforms.all;
};
}