maintainers: drop vanzef (#441692)

Changed files
-14
maintainers
pkgs
applications
version-management
pass-git-helper
by-name
cu
cups-kyocera
li
libkkc
libkkc-data
development
python-modules
furl
i3ipc
orderedmultidict
tools
inputmethods
ibus-engines
ibus-kkc
-6
maintainers/maintainer-list.nix
···
githubId = 223833;
name = "Klaas van Schelven";
-
vanzef = {
-
email = "vanzef@gmail.com";
-
github = "vanzef";
-
githubId = 12428837;
-
name = "Ivan Solyankin";
-
};
varunpatro = {
email = "varun.kumar.patro@gmail.com";
github = "varunpatro";
-1
pkgs/applications/version-management/pass-git-helper/default.nix
···
license = licenses.gpl3Plus;
maintainers = with maintainers; [
hmenke
-
vanzef
];
mainProgram = "pass-git-helper";
};
-1
pkgs/by-name/cu/cups-kyocera/package.nix
···
homepage = "https://www.kyoceradocumentsolutions.ru/index/service_support/download_center.false.driver.FS1040._.EN.html#";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
-
maintainers = [ maintainers.vanzef ];
platforms = platforms.linux;
};
}
-1
pkgs/by-name/li/libkkc-data/package.nix
···
description = "Language model data package for libkkc";
homepage = "https://github.com/ueno/libkkc";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ vanzef ];
platforms = platforms.linux;
};
}
-1
pkgs/by-name/li/libkkc/package.nix
···
description = "Japanese Kana Kanji conversion input method library";
homepage = "https://github.com/ueno/libkkc";
license = licenses.gpl3Plus;
-
maintainers = with maintainers; [ vanzef ];
platforms = platforms.linux;
};
}
-1
pkgs/development/python-modules/furl/default.nix
···
description = "Python library that makes parsing and manipulating URLs easy";
homepage = "https://github.com/gruns/furl";
license = lib.licenses.unlicense;
-
maintainers = with lib.maintainers; [ vanzef ];
};
}
-1
pkgs/development/python-modules/i3ipc/default.nix
···
homepage = "https://github.com/altdesktop/i3ipc-python";
changelog = "https://github.com/altdesktop/i3ipc-python/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
-
maintainers = with lib.maintainers; [ vanzef ];
};
}
-1
pkgs/development/python-modules/orderedmultidict/default.nix
···
description = "Ordered Multivalue Dictionary";
homepage = "https://github.com/gruns/orderedmultidict";
license = lib.licenses.unlicense;
-
maintainers = with lib.maintainers; [ vanzef ];
};
}
-1
pkgs/tools/inputmethods/ibus-engines/ibus-kkc/default.nix
···
homepage = "https://github.com/ueno/ibus-kkc";
license = licenses.gpl2Plus;
platforms = platforms.linux;
-
maintainers = with maintainers; [ vanzef ];
};
}