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

@ -384,7 +384,6 @@
mikefaille = "Michaël Faille <michael@faille.io>";
miltador = "Vasiliy Solovey <miltador@yandex.ua>";
mimadrid = "Miguel Madrid <mimadrid@ucm.es>";
mingchuan = "Ming Chuan <ming@culpring.com>";
mirdhyn = "Merlin Gaillard <mirdhyn@gmail.com>";
mirrexagon = "Andrew Abbott <mirrexagon@mirrexagon.com>";
mjanczyk = "Marcin Janczyk <m@dragonvr.pl>";
@ -550,6 +549,7 @@
shell = "Shell Turner <cam.turn@gmail.com>";
shlevy = "Shea Levy <shea@shealevy.com>";
siddharthist = "Langston Barrett <langston.barrett@gmail.com>";
sifmelcara = "Ming Chuan <ming@culpring.com>";
sigma = "Yann Hodique <yann.hodique@gmail.com>";
simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>";
sivteck = "Sivaram Balakrishnan <sivaram1992@gmail.com>";

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
homepage = http://pcman.ptt.cc;
license = licenses.gpl2;
description = "Telnet BBS browser with GTK+ interface";
maintainers = [ maintainers.mingchuan ];
maintainers = [ maintainers.sifmelcara ];
platforms = platforms.linux;
};
}

View file

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
# may be released under different licenses
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.mingchuan ];
maintainers = [ maintainers.sifmelcara ];
};
}

View file

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
description = "A compiled language with Ruby like syntax and type inference";
homepage = https://crystal-lang.org/;
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ mingchuan ];
maintainers = with stdenv.lib.maintainers; [ sifmelcara ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = http://rime.im/;
description = "Rime Input Method Engine, the core library";
license = licenses.bsd3;
maintainers = with maintainers; [ mingchuan ];
maintainers = with maintainers; [ sifmelcara ];
platforms = platforms.all;
};
}

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;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = https://crystal-lang.org/;
license = licenses.asl20;
description = "Dependency manager for the Crystal language";
maintainers = with maintainers; [ mingchuan ];
maintainers = with maintainers; [ sifmelcara ];
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
};
}

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Rime support for Fcitx";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ mingchuan ];
maintainers = with maintainers; [ sifmelcara ];
};
}

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;
};
}