chore: add meta.maintainers entries to all overlayed packages
All checks were successful
ci / treefmt (push) Successful in 1m55s
All checks were successful
ci / treefmt (push) Successful in 1m55s
This commit is contained in:
parent
ad41c9e16a
commit
04b152a268
4 changed files with 12 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ buildPythonPackage {
|
|||
description = "Harlequin adapter for ODBC";
|
||||
homepage = "https://pypi.org/project/harlequin-odbc/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [pcboy];
|
||||
maintainers = with lib.maintainers; [
|
||||
c4patino
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,5 +44,8 @@ stdenv.mkDerivation {
|
|||
description = "IMX471 camera driver";
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
c4patino
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,5 +35,8 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/austin-weeks/miasma";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
c4patino
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "qui";
|
||||
platforms = ["x86_64-linux"];
|
||||
maintainers = with lib.maintainers; [
|
||||
c4patino
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue