drop my maintainership (close #13881)
This commit is contained in:
@@ -8,7 +8,6 @@ stdenv.mkDerivation {
|
||||
homepace = http://sourceforge.jp/projects/anthy/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ iyzsong ];
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Fcitx Wrapper for anthy";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ iyzsong ericsagnes ];
|
||||
maintainers = with maintainers; [ ericsagnes ];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A Flexible Input Method Framework";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [iyzsong ericsagnes];
|
||||
maintainers = with stdenv.lib.maintainers; [ ericsagnes ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.brain-dump.org/projects/dvtm;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platfroms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
@@ -10,7 +10,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://live.gnome.org/OSTree/";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ iyzsong ];
|
||||
};
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
@@ -15,6 +15,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://parcellite.sourceforge.net";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://kakasi.namazu.org/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ iyzsong ];
|
||||
};
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user