Merge pull request #242106 from booniepepper/update/hiljusti-to-booniepepper

This commit is contained in:
Bernardo Meurer 2023-07-07 14:46:22 -04:00 committed by GitHub
commit b680986e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 9 deletions

View File

@ -2276,6 +2276,12 @@
fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8";
}];
};
booniepepper = {
name = "J.R. Hill";
email = "justin@so.dang.cool";
github = "booniepepper";
githubId = 17605298;
};
bootstrap-prime = {
email = "bootstrap.prime@gmail.com";
github = "bootstrap-prime";
@ -6562,13 +6568,6 @@
githubId = 72349937;
name = "Hikari";
};
hiljusti = {
name = "J.R. Hill";
email = "hiljusti@so.dang.cool";
github = "hiljusti";
githubId = 17605298;
};
hirenashah = {
email = "hiren@hiren.io";
github = "hirenashah";

View File

@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "Organizing CLI for people who don't love organizing.";
homepage = "https://github.com/sigi-cli/sigi";
license = licenses.gpl2;
maintainers = with maintainers; [ hiljusti ];
maintainers = with maintainers; [ booniepepper ];
};
}

View File

@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/hiljusti/findup";
description = "Search parent directories for sentinel files";
license = licenses.mit;
maintainers = with maintainers; [ hiljusti ];
maintainers = with maintainers; [ booniepepper ];
};
}