Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

drop my maintainership (close #13881)

(cherry picked from commit 93feb5d115bc93ed7996aa4b3cc739b8f8d0f905)

authored by 宋文武 and committed by Vladimír Čunát fe5d858f f9606837

+6 -40
-1
lib/maintainers.nix
··· 149 149 iElectric = "Domen Kozar <domen@dev.si>"; 150 150 igsha = "Igor Sharonov <igor.sharonov@gmail.com>"; 151 151 ikervagyok = "Balázs Lengyel <ikervagyok@gmail.com>"; 152 - iyzsong = "Song Wenwu <iyzsong@gmail.com>"; 153 152 j-keck = "Jürgen Keck <jhyphenkeck@gmail.com>"; 154 153 jagajaga = "Arseniy Seroka <ars.seroka@gmail.com>"; 155 154 javaguirre = "Javier Aguirre <contacto@javaguirre.net>";
-1
pkgs/applications/audio/ekho/default.nix
··· 20 20 license = licenses.gpl2Plus; 21 21 platforms = platforms.linux; 22 22 hydraPlatforms = []; 23 - maintainers = with maintainers; [ iyzsong ]; 24 23 }; 25 24 26 25 src = fetchurl {
-1
pkgs/applications/audio/vmpk/default.nix
··· 12 12 homepage = "http://vmpk.sourceforge.net/"; 13 13 license = licenses.gpl3Plus; 14 14 platforms = platforms.linux; 15 - maintainers = with maintainers; [ iyzsong ]; 16 15 }; 17 16 18 17 src = fetchurl {
-1
pkgs/applications/audio/xmp/default.nix
··· 8 8 homepage = "http://xmp.sourceforge.net/"; 9 9 license = licenses.gpl2Plus; 10 10 platforms = platforms.linux; 11 - maintainers = with maintainers; [ iyzsong ]; 12 11 }; 13 12 14 13 src = fetchurl {
-1
pkgs/applications/editors/aseprite/default.nix
··· 43 43 homepage = "http://www.aseprite.org/"; 44 44 license = stdenv.lib.licenses.gpl2Plus; 45 45 platforms = stdenv.lib.platforms.linux; 46 - maintainers = with stdenv.lib.maintainers; [iyzsong]; 47 46 }; 48 47 }
-1
pkgs/applications/editors/tiled/default.nix
··· 24 24 # The rest is GPL2 or later. 25 25 license = stdenv.lib.licenses.gpl2Plus; 26 26 platforms = stdenv.lib.platforms.linux; 27 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 28 27 }; 29 28 }
-1
pkgs/applications/misc/ranger/default.nix
··· 8 8 homepage = "http://ranger.nongnu.org/"; 9 9 license = stdenv.lib.licenses.gpl3; 10 10 platforms = stdenv.lib.platforms.unix; 11 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 12 11 }; 13 12 14 13 src = fetchurl {
+1 -1
pkgs/applications/networking/browsers/midori/default.nix
··· 14 14 homepage = "http://midori-browser.org"; 15 15 license = stdenv.lib.licenses.lgpl21Plus; 16 16 platforms = stdenv.lib.platforms.linux; 17 - maintainers = with stdenv.lib.maintainers; [ raskin iyzsong ]; 17 + maintainers = with stdenv.lib.maintainers; [ raskin ]; 18 18 }; 19 19 20 20 src = fetchurl {
-1
pkgs/applications/video/pitivi/default.nix
··· 23 23 ''; 24 24 license = licenses.lgpl21Plus; 25 25 platforms = platforms.linux; 26 - maintainers = with maintainers; [ iyzsong ]; 27 26 }; 28 27 29 28 nativeBuildInputs = [ pkgconfig intltool itstool makeWrapper ];
-1
pkgs/development/guile-modules/guile-opengl/default.nix
··· 8 8 homepage = "http://gnu.org/s/guile-opengl"; 9 9 license = licenses.gpl3Plus; 10 10 platforms = platforms.linux; 11 - maintainers = with maintainers; [ iyzsong ]; 12 11 }; 13 12 14 13 src = fetchurl {
-1
pkgs/development/guile-modules/guile-sdl/default.nix
··· 10 10 homepage = "http://gnu.org/s/guile-sdl"; 11 11 license = licenses.gpl3Plus; 12 12 platforms = platforms.linux; 13 - maintainers = with maintainers; [ iyzsong ]; 14 13 }; 15 14 16 15 src = fetchurl {
-1
pkgs/development/guile-modules/guile-xcb/default.nix
··· 8 8 homepage = "http://www.markwitmer.com/guile-xcb/guile-xcb.html"; 9 9 license = licenses.gpl3Plus; 10 10 platforms = platforms.linux; 11 - maintainers = with maintainers; [ iyzsong ]; 12 11 }; 13 12 14 13 src = fetchurl {
-1
pkgs/development/interpreters/renpy/default.nix
··· 10 10 homepage = "http://renpy.org/"; 11 11 license = stdenv.lib.licenses.mit; 12 12 platforms = stdenv.lib.platforms.linux; 13 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 14 13 }; 15 14 16 15 src = fetchurl {
-1
pkgs/development/libraries/appstream/default.nix
··· 18 18 ''; 19 19 license = licenses.lgpl21Plus; 20 20 platforms = platforms.linux; 21 - maintainers = with maintainers; [ iyzsong ]; 22 21 }; 23 22 24 23 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/bad/default.nix
··· 27 27 ''; 28 28 license = licenses.lgpl2Plus; 29 29 platforms = platforms.unix; 30 - maintainers = with maintainers; [ iyzsong ]; 31 30 }; 32 31 33 32 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/base/default.nix
··· 11 11 homepage = "http://gstreamer.freedesktop.org"; 12 12 license = stdenv.lib.licenses.lgpl2Plus; 13 13 platforms = stdenv.lib.platforms.unix; 14 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 15 14 }; 16 15 17 16 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/core/default.nix
··· 10 10 homepage = "http://gstreamer.freedesktop.org"; 11 11 license = stdenv.lib.licenses.lgpl2Plus; 12 12 platforms = stdenv.lib.platforms.unix; 13 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 14 13 }; 15 14 16 15 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/ges/default.nix
··· 10 10 homepage = "http://gstreamer.freedesktop.org"; 11 11 license = licenses.lgpl2Plus; 12 12 platforms = platforms.unix; 13 - maintainers = with maintainers; [ iyzsong ]; 14 13 }; 15 14 16 15 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/gnonlin/default.nix
··· 15 15 ''; 16 16 license = licenses.lgpl2Plus; 17 17 platforms = platforms.unix; 18 - maintainers = with maintainers; [ iyzsong ]; 19 18 }; 20 19 21 20 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/good/default.nix
··· 22 22 ''; 23 23 license = licenses.lgpl2Plus; 24 24 platforms = platforms.unix; 25 - maintainers = with maintainers; [ iyzsong ]; 26 25 }; 27 26 28 27 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/libav/default.nix
··· 15 15 homepage = "http://gstreamer.freedesktop.org"; 16 16 license = stdenv.lib.licenses.lgpl2Plus; 17 17 platforms = stdenv.lib.platforms.linux; 18 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 19 18 }; 20 19 21 20 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/ugly/default.nix
··· 18 18 ''; 19 19 license = licenses.lgpl2Plus; 20 20 platforms = platforms.unix; 21 - maintainers = with maintainers; [ iyzsong ]; 22 21 }; 23 22 24 23 src = fetchurl {
-1
pkgs/development/libraries/gstreamer/validate/default.nix
··· 10 10 homepage = "http://gstreamer.freedesktop.org"; 11 11 license = stdenv.lib.licenses.lgpl2Plus; 12 12 platforms = stdenv.lib.platforms.unix; 13 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 14 13 }; 15 14 16 15 src = fetchurl {
-1
pkgs/development/libraries/libgsystem/default.nix
··· 10 10 homepage = "https://wiki.gnome.org/Projects/LibGSystem"; 11 11 license = licenses.lgpl2Plus; 12 12 platforms = platforms.linux; 13 - maintainers = with maintainers; [ iyzsong ]; 14 13 }; 15 14 16 15 src = fetchFromGitHub {
-1
pkgs/development/libraries/libxmp/default.nix
··· 13 13 ''; 14 14 license = licenses.lgpl21Plus; 15 15 platforms = platforms.linux; 16 - maintainers = with maintainers; [ iyzsong ]; 17 16 }; 18 17 19 18 src = fetchurl {
+1 -1
pkgs/development/libraries/webkitgtk/2.4.nix
··· 16 16 homepage = "http://webkitgtk.org/"; 17 17 license = licenses.bsd2; 18 18 platforms = platforms.linux; 19 - maintainers = [ maintainers.iyzsong ]; 19 + maintainers = []; 20 20 }; 21 21 22 22 src = fetchurl {
+1 -1
pkgs/development/libraries/webkitgtk/default.nix
··· 19 19 license = licenses.bsd2; 20 20 platforms = platforms.linux; 21 21 hydraPlatforms = []; 22 - maintainers = with maintainers; [ iyzsong koral ]; 22 + maintainers = with maintainers; [ koral ]; 23 23 }; 24 24 25 25 preConfigure = "patchShebangs Tools";
+1 -1
pkgs/development/python-modules/pyqt/5.x.nix
··· 11 11 homepage = http://www.riverbankcomputing.co.uk; 12 12 license = licenses.gpl3; 13 13 platforms = platforms.mesaPlatforms; 14 - maintainers = with maintainers; [ sander iyzsong ]; 14 + maintainers = with maintainers; [ sander ]; 15 15 }; 16 16 17 17 src = fetchurl {
-1
pkgs/games/openra/default.nix
··· 12 12 homepage = "http://www.open-ra.org/"; 13 13 license = licenses.gpl3; 14 14 platforms = platforms.linux; 15 - maintainers = with maintainers; [ iyzsong ]; 16 15 }; 17 16 18 17 src = fetchurl {
-1
pkgs/games/performous/default.nix
··· 11 11 homepage = "http://performous.org/"; 12 12 license = licenses.gpl2Plus; 13 13 platforms = platforms.linux; 14 - maintainers = with maintainers; [ iyzsong ]; 15 14 }; 16 15 17 16 src = fetchFromGitHub {
-1
pkgs/misc/themes/mate-icon-theme/default.nix
··· 15 15 homepage = "http://mate-desktop.org"; 16 16 license = stdenv.lib.licenses.gpl2; 17 17 platforms = stdenv.lib.platforms.linux; 18 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 19 18 }; 20 19 }
-1
pkgs/misc/themes/mate-themes/default.nix
··· 15 15 homepage = "http://mate-desktop.org"; 16 16 license = stdenv.lib.licenses.lgpl21; 17 17 platforms = stdenv.lib.platforms.linux; 18 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 19 18 }; 20 19 }
-1
pkgs/tools/inputmethods/anthy/default.nix
··· 8 8 homepace = http://sourceforge.jp/projects/anthy/; 9 9 license = licenses.gpl2Plus; 10 10 platforms = platforms.linux; 11 - maintainers = with maintainers; [ iyzsong ]; 12 11 }; 13 12 14 13 src = fetchurl {
+1 -1
pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
··· 21 21 description = "Fcitx Wrapper for anthy"; 22 22 license = licenses.gpl2Plus; 23 23 platforms = platforms.linux; 24 - maintainers = with maintainers; [ iyzsong ericsagnes ]; 24 + maintainers = with maintainers; [ ericsagnes ]; 25 25 }; 26 26 27 27 }
+1 -1
pkgs/tools/inputmethods/fcitx/default.nix
··· 39 39 description = "A Flexible Input Method Framework"; 40 40 license = stdenv.lib.licenses.gpl2; 41 41 platforms = stdenv.lib.platforms.linux; 42 - maintainers = with stdenv.lib.maintainers; [iyzsong ericsagnes]; 42 + maintainers = with stdenv.lib.maintainers; [ ericsagnes ]; 43 43 }; 44 44 }
-1
pkgs/tools/misc/dvtm/default.nix
··· 8 8 homepage = http://www.brain-dump.org/projects/dvtm; 9 9 license = stdenv.lib.licenses.mit; 10 10 platfroms = stdenv.lib.platforms.linux; 11 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 12 11 }; 13 12 14 13 src = fetchurl {
-1
pkgs/tools/misc/ostree/default.nix
··· 10 10 homepage = "http://live.gnome.org/OSTree/"; 11 11 license = licenses.lgpl2Plus; 12 12 platforms = platforms.linux; 13 - maintainers = with maintainers; [ iyzsong ]; 14 13 }; 15 14 16 15 src = fetchFromGitHub {
-1
pkgs/tools/misc/parcellite/default.nix
··· 15 15 homepage = "http://parcellite.sourceforge.net"; 16 16 license = stdenv.lib.licenses.gpl3Plus; 17 17 platforms = stdenv.lib.platforms.linux; 18 - maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 19 18 }; 20 19 }
-1
pkgs/tools/text/kakasi/default.nix
··· 13 13 homepage = "http://kakasi.namazu.org/"; 14 14 license = licenses.gpl2Plus; 15 15 platforms = platforms.linux; 16 - maintainers = with maintainers; [ iyzsong ]; 17 16 }; 18 17 19 18 src = fetchurl {
-1
pkgs/top-level/python-packages.nix
··· 99 99 homepage = "https://python-discid.readthedocs.org/"; 100 100 license = licenses.lgpl3Plus; 101 101 platforms = platforms.linux; 102 - maintainers = with maintainers; [ iyzsong ]; 103 102 }; 104 103 105 104 src = pkgs.fetchurl {