drop my maintainership (close #13881)

wip/yesman
宋文武 8 years ago committed by Vladimír Čunát
parent f557df6074
commit 93feb5d115
  1. 1
      lib/maintainers.nix
  2. 1
      pkgs/applications/audio/ekho/default.nix
  3. 1
      pkgs/applications/audio/vmpk/default.nix
  4. 1
      pkgs/applications/audio/xmp/default.nix
  5. 1
      pkgs/applications/editors/aseprite/default.nix
  6. 1
      pkgs/applications/editors/tiled/default.nix
  7. 1
      pkgs/applications/misc/ranger/default.nix
  8. 2
      pkgs/applications/networking/browsers/midori/default.nix
  9. 1
      pkgs/applications/video/pitivi/default.nix
  10. 1
      pkgs/development/guile-modules/guile-opengl/default.nix
  11. 1
      pkgs/development/guile-modules/guile-sdl/default.nix
  12. 1
      pkgs/development/guile-modules/guile-xcb/default.nix
  13. 1
      pkgs/development/interpreters/renpy/default.nix
  14. 1
      pkgs/development/libraries/appstream/default.nix
  15. 1
      pkgs/development/libraries/gstreamer/bad/default.nix
  16. 1
      pkgs/development/libraries/gstreamer/base/default.nix
  17. 1
      pkgs/development/libraries/gstreamer/core/default.nix
  18. 1
      pkgs/development/libraries/gstreamer/ges/default.nix
  19. 1
      pkgs/development/libraries/gstreamer/gnonlin/default.nix
  20. 1
      pkgs/development/libraries/gstreamer/good/default.nix
  21. 1
      pkgs/development/libraries/gstreamer/libav/default.nix
  22. 1
      pkgs/development/libraries/gstreamer/ugly/default.nix
  23. 1
      pkgs/development/libraries/gstreamer/validate/default.nix
  24. 1
      pkgs/development/libraries/libgsystem/default.nix
  25. 1
      pkgs/development/libraries/libxmp/default.nix
  26. 2
      pkgs/development/libraries/webkitgtk/2.4.nix
  27. 2
      pkgs/development/libraries/webkitgtk/default.nix
  28. 2
      pkgs/development/python-modules/pyqt/5.x.nix
  29. 1
      pkgs/games/openra/default.nix
  30. 1
      pkgs/games/performous/default.nix
  31. 1
      pkgs/misc/themes/mate-icon-theme/default.nix
  32. 1
      pkgs/misc/themes/mate-themes/default.nix
  33. 1
      pkgs/tools/inputmethods/anthy/default.nix
  34. 2
      pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
  35. 2
      pkgs/tools/inputmethods/fcitx/default.nix
  36. 1
      pkgs/tools/misc/dvtm/default.nix
  37. 1
      pkgs/tools/misc/ostree/default.nix
  38. 1
      pkgs/tools/misc/parcellite/default.nix
  39. 1
      pkgs/tools/text/kakasi/default.nix
  40. 1
      pkgs/top-level/python-packages.nix

@ -152,7 +152,6 @@
iElectric = "Domen Kozar <domen@dev.si>";
igsha = "Igor Sharonov <igor.sharonov@gmail.com>";
ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>";
iyzsong = "Song Wenwu <iyzsong@gmail.com>";
j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>";
jagajaga = "Arseniy Seroka <ars.seroka@gmail.com>";
javaguirre = "Javier Aguirre <contacto@javaguirre.net>";

@ -20,7 +20,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
hydraPlatforms = [];
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -12,7 +12,6 @@ in stdenv.mkDerivation rec {
homepage = "http://vmpk.sourceforge.net/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -8,7 +8,6 @@ stdenv.mkDerivation rec {
homepage = "http://xmp.sourceforge.net/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -43,6 +43,5 @@ stdenv.mkDerivation rec {
homepage = "http://www.aseprite.org/";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [iyzsong];
};
}

@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
# The rest is GPL2 or later.
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
}

@ -8,7 +8,6 @@ buildPythonApplication rec {
homepage = "http://ranger.nongnu.org/";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
homepage = "http://midori-browser.org";
license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ raskin iyzsong ];
maintainers = with stdenv.lib.maintainers; [ raskin ];
};
src = fetchurl {

@ -23,7 +23,6 @@ in stdenv.mkDerivation rec {
'';
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
nativeBuildInputs = [ pkgconfig intltool itstool makeWrapper ];

@ -8,7 +8,6 @@ stdenv.mkDerivation rec {
homepage = "http://gnu.org/s/guile-opengl";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
homepage = "http://gnu.org/s/guile-sdl";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -8,7 +8,6 @@ stdenv.mkDerivation {
homepage = "http://www.markwitmer.com/guile-xcb/guile-xcb.html";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -10,7 +10,6 @@ stdenv.mkDerivation {
homepage = "http://renpy.org/";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {

@ -18,7 +18,6 @@ stdenv.mkDerivation {
'';
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -11,7 +11,6 @@ stdenv.mkDerivation rec {
homepage = "http://gstreamer.freedesktop.org";
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {

@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
homepage = "http://gstreamer.freedesktop.org";
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {

@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
homepage = "http://gstreamer.freedesktop.org";
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
homepage = "http://gstreamer.freedesktop.org";
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {

@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl2Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
homepage = "http://gstreamer.freedesktop.org";
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {

@ -10,7 +10,6 @@ stdenv.mkDerivation {
homepage = "https://wiki.gnome.org/Projects/LibGSystem";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchFromGitHub {

@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
'';
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = "http://webkitgtk.org/";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = [ maintainers.iyzsong ];
maintainers = [];
};
src = fetchurl {

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
platforms = platforms.linux;
hydraPlatforms = [];
maintainers = with maintainers; [ iyzsong koral ];
maintainers = with maintainers; [ koral ];
};
preConfigure = "patchShebangs Tools";

@ -11,7 +11,7 @@ in stdenv.mkDerivation {
homepage = http://www.riverbankcomputing.co.uk;
license = licenses.gpl3;
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ sander iyzsong ];
maintainers = with maintainers; [ sander ];
};
src = fetchurl {

@ -12,7 +12,6 @@ in stdenv.mkDerivation rec {
homepage = "http://www.open-ra.org/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchurl {

@ -11,7 +11,6 @@ stdenv.mkDerivation {
homepage = "http://performous.org/";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = fetchFromGitHub {

@ -15,6 +15,5 @@ stdenv.mkDerivation {
homepage = "http://mate-desktop.org";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
}

@ -15,6 +15,5 @@ stdenv.mkDerivation {
homepage = "http://mate-desktop.org";
license = stdenv.lib.licenses.lgpl21;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
}

@ -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 {

@ -99,7 +99,6 @@ in modules // {
homepage = "https://python-discid.readthedocs.org/";
license = licenses.lgpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
};
src = pkgs.fetchurl {

Loading…
Cancel
Save