maintainers: drop vanzef (#441692)
This commit is contained in:
@@ -27000,12 +27000,6 @@
|
||||
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";
|
||||
|
||||
@@ -41,7 +41,6 @@ buildPythonApplication rec {
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
hmenke
|
||||
vanzef
|
||||
];
|
||||
mainProgram = "pass-git-helper";
|
||||
};
|
||||
|
||||
@@ -56,7 +56,6 @@ stdenv.mkDerivation {
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Language model data package for libkkc";
|
||||
homepage = "https://github.com/ueno/libkkc";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ vanzef ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Japanese Kana Kanji conversion input method library";
|
||||
homepage = "https://github.com/ueno/libkkc";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ vanzef ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,6 +51,5 @@ buildPythonPackage rec {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -72,6 +72,5 @@ buildPythonPackage rec {
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,6 +30,5 @@ buildPythonPackage rec {
|
||||
description = "Ordered Multivalue Dictionary";
|
||||
homepage = "https://github.com/gruns/orderedmultidict";
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = with lib.maintainers; [ vanzef ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/ueno/ibus-kkc";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ vanzef ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user