Commit 443dc26e authored by booniepepper's avatar booniepepper
Browse files

Update maintainer hiljusti -> booniepepper

parent 93d6f73d
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}