mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: add jade (#527659)
This commit is contained in:
commit
22d0bd3ea5
9 changed files with 14 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ philipwilk ];
|
||||
meta.maintainers = with lib.maintainers; [ jadewilk ];
|
||||
|
||||
imports = [
|
||||
(lib.mkRemovedOptionModule [
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
benley
|
||||
philipwilk
|
||||
jadewilk
|
||||
];
|
||||
mainProgram = "hddfancontrol";
|
||||
platforms = lib.platforms.linux;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ buildPythonPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
rmcgibbo
|
||||
philipwilk
|
||||
jadewilk
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue