maintainers: add jade (#527659)

This commit is contained in:
Philip Taron 2026-06-10 19:47:49 +00:00 committed by GitHub
commit 22d0bd3ea5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 14 additions and 14 deletions

View file

@ -12127,6 +12127,12 @@
github = "Jaculabilis";
githubId = 10787844;
};
jadewilk = {
name = "Jade Wilk";
email = "p.wilk@student.reading.ac.uk";
github = "jadewilk";
githubId = 50517631;
};
jaduff = {
email = "jdduffpublic@proton.me";
github = "jaduff";
@ -21649,12 +21655,6 @@
githubId = 43863;
name = "Philip Taron";
};
philipwilk = {
name = "Philip Wilk";
email = "p.wilk@student.reading.ac.uk";
github = "philipwilk";
githubId = 50517631;
};
philocalyst = {
name = "Myles Wirth";
email = "milestheperson@posteo.net";

View file

@ -10,7 +10,7 @@ let
in
{
meta.maintainers = with lib.maintainers; [ philipwilk ];
meta.maintainers = with lib.maintainers; [ jadewilk ];
imports = [
(lib.mkRemovedOptionModule [

View file

@ -230,7 +230,7 @@ self: super: {
homepage = "https://github.com/catppuccin/kakoune/";
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ philipwilk ];
maintainers = with lib.maintainers; [ jadewilk ];
};
};
}

View file

@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/45Drives/autotier";
description = "Passthrough FUSE filesystem that intelligently moves files between storage tiers based on frequency of use, file age, and tier fullness";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ philipwilk ];
maintainers = with lib.maintainers; [ jadewilk ];
mainProgram = "autotier"; # cli, for file system use autotierfs
platforms = lib.platforms.linux; # uses io_uring so only available on linux not unix
};

View file

@ -66,7 +66,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
benley
philipwilk
jadewilk
];
mainProgram = "hddfancontrol";
platforms = lib.platforms.linux;

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/45Drives/lib45d";
description = "45Drives C++ Library";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ philipwilk ];
maintainers = with lib.maintainers; [ jadewilk ];
platforms = lib.platforms.linux;
};
})

View file

@ -83,7 +83,7 @@ buildPythonPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
rmcgibbo
philipwilk
jadewilk
];
};
}

View file

@ -45,6 +45,6 @@ buildPythonPackage {
description = "Extension of base Python list that you can query";
homepage = "https://github.com/markmuetz/pyquerylist";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ philipwilk ];
maintainers = with lib.maintainers; [ jadewilk ];
};
}

View file

@ -47,6 +47,6 @@ buildPythonPackage rec {
description = "Ease multi-version support for scikit-learn compatible library";
homepage = "https://github.com/sklearn-compat/sklearn-compat";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ philipwilk ];
maintainers = with lib.maintainers; [ jadewilk ];
};
}