Merge pull request #224721 from candyc1oud/last-pr

maintainers: remove candyc1oud
This commit is contained in:
Anderson Torres 2023-04-04 23:33:59 -03:00 committed by GitHub
commit 863343deed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 21 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "https://openquantumsafe.org";
license = licenses.mit;
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";
homepage = "https://github.com/uael/sv";
license = licenses.unlicense;
maintainers = with maintainers; [ candyc1oud ];
maintainers = [];
platforms = platforms.unix;
};
}

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
homepage = "https://quantlib.org";
platforms = platforms.unix;
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";
homepage = "https://pingcap.com";
license = licenses.asl20;
maintainers = with maintainers; [ candyc1oud ];
maintainers = [];
};
}

View file

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

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "lux";
version = "0.17.0";
version = "0.17.2";
src = fetchFromGitHub {
owner = "iawia002";
repo = "lux";
rev = "v${version}";
sha256 = "sha256-n6oWItz0tnhpyPBGsf4+fYGnJyeYyhI2owkLrJWu7uw=";
sha256 = "sha256-bEfDZkbASGQcx6IT5m1oy42maEJp8ElMC4uvjPwJbDU=";
};
nativeBuildInputs = [ makeWrapper ];
vendorHash = "sha256-4pn6JKE+VieadhDLkVhbJc6XSm95cNwoNBWYGEZl8iI=";
vendorHash = "sha256-7WgTRnt1RsoMattIiYH2GFlQF12zoWTRkm3vts07/ho=";
ldflags = [ "-s" "-w" ];
@ -28,6 +28,6 @@ buildGoModule rec {
homepage = "https://github.com/iawia002/lux";
changelog = "https://github.com/iawia002/lux/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ candyc1oud ];
maintainers = [];
};
}