maintainers: remove candyc1oud

This commit is contained in:
Candy Cloud 2023-04-05 00:29:57 +00:00
parent 6d1ee759c6
commit 7a170a54d3
12 changed files with 11 additions and 17 deletions

View file

@ -2409,12 +2409,6 @@
githubId = 91694; githubId = 91694;
name = "Javier Candeira"; name = "Javier Candeira";
}; };
candyc1oud = {
email = "candyc1oud@outlook.com";
github = "candyc1oud";
githubId = 113157395;
name = "Candy Cloud";
};
canndrew = { canndrew = {
email = "shum@canndrew.org"; email = "shum@canndrew.org";
github = "canndrew"; github = "canndrew";

View file

@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://containers.github.io/youki/"; homepage = "https://containers.github.io/youki/";
changelog = "https://github.com/containers/youki/releases/tag/v${version}"; changelog = "https://github.com/containers/youki/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://atelier-anchor.com/typefaces/smiley-sans/"; homepage = "https://atelier-anchor.com/typefaces/smiley-sans/";
changelog = "https://github.com/atelier-anchor/smiley-sans/blob/main/CHANGELOG.md"; changelog = "https://github.com/atelier-anchor/smiley-sans/blob/main/CHANGELOG.md";
license = licenses.ofl; license = licenses.ofl;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -26,6 +26,6 @@ stdenvNoCC.mkDerivation rec {
description = "A GeoLite2 data created by MaxMind"; description = "A GeoLite2 data created by MaxMind";
homepage = "https://github.com/Dreamacro/maxmind-geoip"; homepage = "https://github.com/Dreamacro/maxmind-geoip";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
homepage = "https://cista.rocks"; homepage = "https://cista.rocks";
description = "A simple, high-performance, zero-copy C++ serialization & reflection library"; description = "A simple, high-performance, zero-copy C++ serialization & reflection library";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "A tiny boost library in C++11"; description = "A tiny boost library in C++11";
homepage = "https://github.com/idealvin/coost"; homepage = "https://github.com/idealvin/coost";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Dobiasd/FunctionalPlus"; homepage = "https://github.com/Dobiasd/FunctionalPlus";
license = licenses.boost; license = licenses.boost;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
}; };
} }

View file

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "https://openquantumsafe.org"; homepage = "https://openquantumsafe.org";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
}; };
} }

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
description = "Public domain cross-platform semantic versioning in C99"; description = "Public domain cross-platform semantic versioning in C99";
homepage = "https://github.com/uael/sv"; homepage = "https://github.com/uael/sv";
license = licenses.unlicense; license = licenses.unlicense;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = "https://quantlib.org"; homepage = "https://quantlib.org";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
}; };
} }

View file

@ -26,6 +26,6 @@ buildGoModule rec {
description = "An open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics"; description = "An open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics";
homepage = "https://pingcap.com"; homepage = "https://pingcap.com";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
}; };
} }

View file

@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://huacnlee.github.io/autocorrect"; homepage = "https://huacnlee.github.io/autocorrect";
changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}"; changelog = "https://github.com/huacnlee/autocorrect/releases/tag/v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ candyc1oud ]; maintainers = [];
}; };
} }