erlang-mode: refactor maintainers (close #9855)
This commit is contained in:
parent
8613179f78
commit
40d26f6730
@ -234,6 +234,7 @@
|
|||||||
rszibele = "Richard Szibele <richard_szibele@hotmail.com>";
|
rszibele = "Richard Szibele <richard_szibele@hotmail.com>";
|
||||||
rushmorem = "Rushmore Mushambi <rushmore@webenchanter.com>";
|
rushmorem = "Rushmore Mushambi <rushmore@webenchanter.com>";
|
||||||
rycee = "Robert Helgesson <robert@rycee.net>";
|
rycee = "Robert Helgesson <robert@rycee.net>";
|
||||||
|
samuelrivas = "Samuel Rivas <samuelrivas@gmail.com>";
|
||||||
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
|
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
|
||||||
schmitthenner = "Fabian Schmitthenner <development@schmitthenner.eu>";
|
schmitthenner = "Fabian Schmitthenner <development@schmitthenner.eu>";
|
||||||
schristo = "Scott Christopher <schristopher@konputa.com>";
|
schristo = "Scott Christopher <schristopher@konputa.com>";
|
||||||
|
@ -15,11 +15,11 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# emacs highlighting */
|
# emacs highlighting */
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://github.com/erlang/otp";
|
homepage = "http://github.com/erlang/otp";
|
||||||
description = "Erlang mode for Emacs";
|
description = "Erlang mode for Emacs";
|
||||||
licence = stdenv.lib.licenses.asl20;
|
licence = licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ "Samuel Rivas <samuelrivas@gmail.com>" ];
|
maintainers = [ maintainers.samuelrivas ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user