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>";
|
||||
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>";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user