maintainers.nix: use my GitHub handle as maintainer name
This commit is contained in:
parent
53c8e23591
commit
d6b8ac6ca8
|
@ -384,7 +384,6 @@
|
||||||
mikefaille = "Michaël Faille <michael@faille.io>";
|
mikefaille = "Michaël Faille <michael@faille.io>";
|
||||||
miltador = "Vasiliy Solovey <miltador@yandex.ua>";
|
miltador = "Vasiliy Solovey <miltador@yandex.ua>";
|
||||||
mimadrid = "Miguel Madrid <mimadrid@ucm.es>";
|
mimadrid = "Miguel Madrid <mimadrid@ucm.es>";
|
||||||
mingchuan = "Ming Chuan <ming@culpring.com>";
|
|
||||||
mirdhyn = "Merlin Gaillard <mirdhyn@gmail.com>";
|
mirdhyn = "Merlin Gaillard <mirdhyn@gmail.com>";
|
||||||
mirrexagon = "Andrew Abbott <mirrexagon@mirrexagon.com>";
|
mirrexagon = "Andrew Abbott <mirrexagon@mirrexagon.com>";
|
||||||
mjanczyk = "Marcin Janczyk <m@dragonvr.pl>";
|
mjanczyk = "Marcin Janczyk <m@dragonvr.pl>";
|
||||||
|
@ -550,6 +549,7 @@
|
||||||
shell = "Shell Turner <cam.turn@gmail.com>";
|
shell = "Shell Turner <cam.turn@gmail.com>";
|
||||||
shlevy = "Shea Levy <shea@shealevy.com>";
|
shlevy = "Shea Levy <shea@shealevy.com>";
|
||||||
siddharthist = "Langston Barrett <langston.barrett@gmail.com>";
|
siddharthist = "Langston Barrett <langston.barrett@gmail.com>";
|
||||||
|
sifmelcara = "Ming Chuan <ming@culpring.com>";
|
||||||
sigma = "Yann Hodique <yann.hodique@gmail.com>";
|
sigma = "Yann Hodique <yann.hodique@gmail.com>";
|
||||||
simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>";
|
simonvandel = "Simon Vandel Sillesen <simon.vandel@gmail.com>";
|
||||||
sivteck = "Sivaram Balakrishnan <sivaram1992@gmail.com>";
|
sivteck = "Sivaram Balakrishnan <sivaram1992@gmail.com>";
|
||||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||||
homepage = http://pcman.ptt.cc;
|
homepage = http://pcman.ptt.cc;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
description = "Telnet BBS browser with GTK+ interface";
|
description = "Telnet BBS browser with GTK+ interface";
|
||||||
maintainers = [ maintainers.mingchuan ];
|
maintainers = [ maintainers.sifmelcara ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
||||||
# may be released under different licenses
|
# may be released under different licenses
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.mingchuan ];
|
maintainers = [ maintainers.sifmelcara ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A compiled language with Ruby like syntax and type inference";
|
description = "A compiled language with Ruby like syntax and type inference";
|
||||||
homepage = https://crystal-lang.org/;
|
homepage = https://crystal-lang.org/;
|
||||||
license = stdenv.lib.licenses.asl20;
|
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" ];
|
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://rime.im/;
|
homepage = http://rime.im/;
|
||||||
description = "Rime Input Method Engine, the core library";
|
description = "Rime Input Method Engine, the core library";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ mingchuan ];
|
maintainers = with maintainers; [ sifmelcara ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://code.google.com/p/marisa-trie/;
|
homepage = https://code.google.com/p/marisa-trie/;
|
||||||
description = "Static and space-efficient trie data structure library";
|
description = "Static and space-efficient trie data structure library";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ mingchuan ];
|
maintainers = with maintainers; [ sifmelcara ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://crystal-lang.org/;
|
homepage = https://crystal-lang.org/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
description = "Dependency manager for the Crystal language";
|
description = "Dependency manager for the Crystal language";
|
||||||
maintainers = with maintainers; [ mingchuan ];
|
maintainers = with maintainers; [ sifmelcara ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Rime support for Fcitx";
|
description = "Rime support for Fcitx";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ mingchuan ];
|
maintainers = with maintainers; [ sifmelcara ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||||
phrase-level conversion, variant conversion and regional idioms among Mainland China,
|
phrase-level conversion, variant conversion and regional idioms among Mainland China,
|
||||||
Taiwan and Hong kong.
|
Taiwan and Hong kong.
|
||||||
'';
|
'';
|
||||||
maintainers = [ maintainers.mingchuan ];
|
maintainers = [ maintainers.sifmelcara ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue