subprojects/nix-eval-jobs: clean up package metadata
* Point `meta.homepage` to the correct location * Remove `meta.maintainers` field: the folks listed in there maintain the upstream package. I decided to remove it since we don't use `meta.maintainers` in this repository to indicate maintainership of a component. Change-Id: Iec7b0eb463bc8f41907909e87ec9280c19dc86f5
This commit is contained in:
@@ -79,12 +79,8 @@ let
|
||||
|
||||
meta = {
|
||||
description = "Hydra's builtin hydra-eval-jobs as a standalone";
|
||||
homepage = "https://github.com/nix-community/nix-eval-jobs";
|
||||
homepage = "https://git.lix.systems/lix-project/lix/src/branch/main/subprojects/nix-eval-jobs";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [
|
||||
adisbladis
|
||||
mic92
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user