lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maintainers: drop vanzef

Inactive since 2021.

-14
-6
maintainers/maintainer-list.nix
··· 26909 26909 githubId = 223833; 26910 26910 name = "Klaas van Schelven"; 26911 26911 }; 26912 - vanzef = { 26913 - email = "vanzef@gmail.com"; 26914 - github = "vanzef"; 26915 - githubId = 12428837; 26916 - name = "Ivan Solyankin"; 26917 - }; 26918 26912 varunpatro = { 26919 26913 email = "varun.kumar.patro@gmail.com"; 26920 26914 github = "varunpatro";
-1
pkgs/applications/version-management/pass-git-helper/default.nix
··· 41 41 license = licenses.gpl3Plus; 42 42 maintainers = with maintainers; [ 43 43 hmenke 44 - vanzef 45 44 ]; 46 45 mainProgram = "pass-git-helper"; 47 46 };
-1
pkgs/by-name/cu/cups-kyocera/package.nix
··· 56 56 homepage = "https://www.kyoceradocumentsolutions.ru/index/service_support/download_center.false.driver.FS1040._.EN.html#"; 57 57 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 58 58 license = licenses.unfree; 59 - maintainers = [ maintainers.vanzef ]; 60 59 platforms = platforms.linux; 61 60 }; 62 61 }
-1
pkgs/by-name/li/libkkc-data/package.nix
··· 33 33 description = "Language model data package for libkkc"; 34 34 homepage = "https://github.com/ueno/libkkc"; 35 35 license = licenses.gpl3Plus; 36 - maintainers = with maintainers; [ vanzef ]; 37 36 platforms = platforms.linux; 38 37 }; 39 38 }
-1
pkgs/by-name/li/libkkc/package.nix
··· 62 62 description = "Japanese Kana Kanji conversion input method library"; 63 63 homepage = "https://github.com/ueno/libkkc"; 64 64 license = licenses.gpl3Plus; 65 - maintainers = with maintainers; [ vanzef ]; 66 65 platforms = platforms.linux; 67 66 }; 68 67 }
-1
pkgs/development/python-modules/furl/default.nix
··· 51 51 description = "Python library that makes parsing and manipulating URLs easy"; 52 52 homepage = "https://github.com/gruns/furl"; 53 53 license = lib.licenses.unlicense; 54 - maintainers = with lib.maintainers; [ vanzef ]; 55 54 }; 56 55 }
-1
pkgs/development/python-modules/i3ipc/default.nix
··· 72 72 homepage = "https://github.com/altdesktop/i3ipc-python"; 73 73 changelog = "https://github.com/altdesktop/i3ipc-python/releases/tag/${src.tag}"; 74 74 license = lib.licenses.bsd3; 75 - maintainers = with lib.maintainers; [ vanzef ]; 76 75 }; 77 76 }
-1
pkgs/development/python-modules/orderedmultidict/default.nix
··· 30 30 description = "Ordered Multivalue Dictionary"; 31 31 homepage = "https://github.com/gruns/orderedmultidict"; 32 32 license = lib.licenses.unlicense; 33 - maintainers = with lib.maintainers; [ vanzef ]; 34 33 }; 35 34 }
-1
pkgs/tools/inputmethods/ibus-engines/ibus-kkc/default.nix
··· 42 42 homepage = "https://github.com/ueno/ibus-kkc"; 43 43 license = licenses.gpl2Plus; 44 44 platforms = platforms.linux; 45 - maintainers = with maintainers; [ vanzef ]; 46 45 }; 47 46 }