erlang-mode: refactor maintainers (close #9855)

This commit is contained in:
Samuel Rivas 2015-09-14 19:29:35 +02:00 committed by Vladimír Čunát
parent 8613179f78
commit 40d26f6730
2 changed files with 5 additions and 4 deletions

View file

@ -234,6 +234,7 @@
rszibele = "Richard Szibele <richard_szibele@hotmail.com>";
rushmorem = "Rushmore Mushambi <rushmore@webenchanter.com>";
rycee = "Robert Helgesson <robert@rycee.net>";
samuelrivas = "Samuel Rivas <samuelrivas@gmail.com>";
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
schmitthenner = "Fabian Schmitthenner <development@schmitthenner.eu>";
schristo = "Scott Christopher <schristopher@konputa.com>";

View file

@ -15,11 +15,11 @@ stdenv.mkDerivation {
# emacs highlighting */
meta = {
meta = with stdenv.lib; {
homepage = "http://github.com/erlang/otp";
description = "Erlang mode for Emacs";
licence = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.unix;
maintainers = [ "Samuel Rivas <samuelrivas@gmail.com>" ];
licence = licenses.asl20;
platforms = platforms.unix;
maintainers = [ maintainers.samuelrivas ];
};
}