maintainers: drop linquize
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://gflags.github.io/gflags/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.linquize ];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user