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

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