From e490dc5e4fdc368dfbe1412a63ef1deeb4b27107 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Fri, 10 Oct 2025 00:14:18 +0200 Subject: [PATCH] maintainers: drop linquize --- maintainers/maintainer-list.nix | 6 ------ pkgs/by-name/cc/cccc/package.nix | 2 +- pkgs/by-name/co/codeblocks/package.nix | 2 +- pkgs/by-name/gb/gbdfed/package.nix | 2 +- pkgs/by-name/gf/gflags/package.nix | 2 +- pkgs/by-name/li/libcangjie/package.nix | 2 +- pkgs/development/python-modules/pycangjie/default.nix | 2 +- 7 files changed, 6 insertions(+), 12 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 862736d2ce28..8ae93a81ce7e 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -14737,12 +14737,6 @@ matrix = "@link2xt:matrix.org"; name = "link2xt"; }; - linquize = { - email = "linquize@yahoo.com.hk"; - github = "linquize"; - githubId = 791115; - name = "Linquize"; - }; linsui = { email = "linsui555@gmail.com"; github = "linsui"; diff --git a/pkgs/by-name/cc/cccc/package.nix b/pkgs/by-name/cc/cccc/package.nix index 0629cda4e5c8..e6b65fc32799 100644 --- a/pkgs/by-name/cc/cccc/package.nix +++ b/pkgs/by-name/cc/cccc/package.nix @@ -37,6 +37,6 @@ stdenv.mkDerivation rec { homepage = "https://cccc.sourceforge.net/"; license = lib.licenses.gpl2; platforms = lib.platforms.unix; - maintainers = [ lib.maintainers.linquize ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/co/codeblocks/package.nix b/pkgs/by-name/co/codeblocks/package.nix index 93c28e9d333b..ef647155ab38 100644 --- a/pkgs/by-name/co/codeblocks/package.nix +++ b/pkgs/by-name/co/codeblocks/package.nix @@ -64,7 +64,7 @@ stdenv.mkDerivation rec { ''; meta = { - maintainers = [ lib.maintainers.linquize ]; + maintainers = [ ]; platforms = lib.platforms.all; description = "Open source, cross platform, free C, C++ and Fortran IDE"; longDescription = '' diff --git a/pkgs/by-name/gb/gbdfed/package.nix b/pkgs/by-name/gb/gbdfed/package.nix index 71e89cf5b38f..d0f182ac7331 100644 --- a/pkgs/by-name/gb/gbdfed/package.nix +++ b/pkgs/by-name/gb/gbdfed/package.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { ''; homepage = "http://sofia.nmsu.edu/~mleisher/Software/gbdfed/"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.linquize ]; + maintainers = [ ]; platforms = lib.platforms.all; mainProgram = "gbdfed"; }; diff --git a/pkgs/by-name/gf/gflags/package.nix b/pkgs/by-name/gf/gflags/package.nix index 331aa6087332..059bec830b76 100644 --- a/pkgs/by-name/gf/gflags/package.nix +++ b/pkgs/by-name/gf/gflags/package.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { ''; homepage = "https://gflags.github.io/gflags/"; license = licenses.bsd3; - maintainers = [ maintainers.linquize ]; + maintainers = [ ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/li/libcangjie/package.nix b/pkgs/by-name/li/libcangjie/package.nix index b9e40ee59d65..c2f09fa46fe3 100644 --- a/pkgs/by-name/li/libcangjie/package.nix +++ b/pkgs/by-name/li/libcangjie/package.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { description = "C library implementing the Cangjie input method"; homepage = "https://gitlab.freedesktop.org/cangjie/libcangjie"; license = lib.licenses.lgpl3Plus; - maintainers = [ lib.maintainers.linquize ]; + maintainers = [ ]; platforms = lib.platforms.all; mainProgram = "libcangjie-cli"; }; diff --git a/pkgs/development/python-modules/pycangjie/default.nix b/pkgs/development/python-modules/pycangjie/default.nix index 80a992b14e46..dbac3797e77a 100644 --- a/pkgs/development/python-modules/pycangjie/default.nix +++ b/pkgs/development/python-modules/pycangjie/default.nix @@ -56,7 +56,7 @@ buildPythonPackage rec { description = "Python wrapper to libcangjie"; homepage = "https://cangjians.github.io/projects/pycangjie/"; license = licenses.lgpl3Plus; - maintainers = [ maintainers.linquize ]; + maintainers = [ ]; platforms = platforms.all; }; }