mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Update maintainer hiljusti -> booniepepper
This commit is contained in:
parent
93d6f73da1
commit
443dc26edc
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user