maintainers.nix: use my GitHub handle as maintainer name

authored by

mingchuan and committed by
Orivej Desh
d6b8ac6c 53c8e235

+9 -9
+1 -1
lib/maintainers.nix
··· 384 384 mikefaille = "Michaël Faille <michael@faille.io>"; 385 385 miltador = "Vasiliy Solovey <miltador@yandex.ua>"; 386 386 mimadrid = "Miguel Madrid <mimadrid@ucm.es>"; 387 - mingchuan = "Ming Chuan <ming@culpring.com>"; 388 387 mirdhyn = "Merlin Gaillard <mirdhyn@gmail.com>"; 389 388 mirrexagon = "Andrew Abbott <mirrexagon@mirrexagon.com>"; 390 389 mjanczyk = "Marcin Janczyk <m@dragonvr.pl>"; ··· 550 549 shell = "Shell Turner <cam.turn@gmail.com>"; 551 550 shlevy = "Shea Levy <shea@shealevy.com>"; 552 551 siddharthist = "Langston Barrett <langston.barrett@gmail.com>"; 552 + sifmelcara = "Ming Chuan <ming@culpring.com>"; 553 553 sigma = "Yann Hodique <yann.hodique@gmail.com>"; 554 554 simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>"; 555 555 sivteck = "Sivaram Balakrishnan <sivaram1992@gmail.com>";
+1 -1
pkgs/applications/misc/pcmanx-gtk2/default.nix
··· 17 17 homepage = http://pcman.ptt.cc; 18 18 license = licenses.gpl2; 19 19 description = "Telnet BBS browser with GTK+ interface"; 20 - maintainers = [ maintainers.mingchuan ]; 20 + maintainers = [ maintainers.sifmelcara ]; 21 21 platforms = platforms.linux; 22 22 }; 23 23 }
+1 -1
pkgs/data/misc/brise/default.nix
··· 36 36 # may be released under different licenses 37 37 license = licenses.gpl3; 38 38 platforms = platforms.all; 39 - maintainers = [ maintainers.mingchuan ]; 39 + maintainers = [ maintainers.sifmelcara ]; 40 40 }; 41 41 }
+1 -1
pkgs/development/compilers/crystal/default.nix
··· 97 97 description = "A compiled language with Ruby like syntax and type inference"; 98 98 homepage = https://crystal-lang.org/; 99 99 license = stdenv.lib.licenses.asl20; 100 - maintainers = with stdenv.lib.maintainers; [ mingchuan ]; 100 + maintainers = with stdenv.lib.maintainers; [ sifmelcara ]; 101 101 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; 102 102 }; 103 103 }
+1 -1
pkgs/development/libraries/librime/default.nix
··· 22 22 homepage = http://rime.im/; 23 23 description = "Rime Input Method Engine, the core library"; 24 24 license = licenses.bsd3; 25 - maintainers = with maintainers; [ mingchuan ]; 25 + maintainers = with maintainers; [ sifmelcara ]; 26 26 platforms = platforms.all; 27 27 }; 28 28 }
+1 -1
pkgs/development/libraries/marisa/default.nix
··· 15 15 homepage = https://code.google.com/p/marisa-trie/; 16 16 description = "Static and space-efficient trie data structure library"; 17 17 license = licenses.bsd3; 18 - maintainers = with maintainers; [ mingchuan ]; 18 + maintainers = with maintainers; [ sifmelcara ]; 19 19 platforms = platforms.all; 20 20 }; 21 21 }
+1 -1
pkgs/development/tools/build-managers/shards/default.nix
··· 22 22 homepage = https://crystal-lang.org/; 23 23 license = licenses.asl20; 24 24 description = "Dependency manager for the Crystal language"; 25 - maintainers = with maintainers; [ mingchuan ]; 25 + maintainers = with maintainers; [ sifmelcara ]; 26 26 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; 27 27 }; 28 28 }
+1 -1
pkgs/tools/inputmethods/fcitx-engines/fcitx-rime/default.nix
··· 30 30 description = "Rime support for Fcitx"; 31 31 license = licenses.gpl2; 32 32 platforms = platforms.linux; 33 - maintainers = with maintainers; [ mingchuan ]; 33 + maintainers = with maintainers; [ sifmelcara ]; 34 34 }; 35 35 }
+1 -1
pkgs/tools/text/opencc/default.nix
··· 27 27 phrase-level conversion, variant conversion and regional idioms among Mainland China, 28 28 Taiwan and Hong kong. 29 29 ''; 30 - maintainers = [ maintainers.mingchuan ]; 30 + maintainers = [ maintainers.sifmelcara ]; 31 31 platforms = platforms.linux; 32 32 }; 33 33 }