maintainers: drop linquize

This commit is contained in:
Sigmanificient
2025-10-10 00:14:18 +02:00
parent e204a4fad6
commit e490dc5e4f
7 changed files with 6 additions and 12 deletions
-6
View File
@@ -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";
+1 -1
View File
@@ -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 = [ ];
};
}
+1 -1
View File
@@ -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 = ''
+1 -1
View File
@@ -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";
};
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://gflags.github.io/gflags/";
license = licenses.bsd3;
maintainers = [ maintainers.linquize ];
maintainers = [ ];
platforms = platforms.all;
};
}
+1 -1
View File
@@ -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";
};
@@ -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;
};
}