From 110b5ebd04965b2bbf77c144c7cca023431c63ae Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 26 Feb 2025 19:48:12 +0100 Subject: [PATCH] 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 --- subprojects/nix-eval-jobs/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/subprojects/nix-eval-jobs/default.nix b/subprojects/nix-eval-jobs/default.nix index a0ec6369b..52ea65fc8 100644 --- a/subprojects/nix-eval-jobs/default.nix +++ b/subprojects/nix-eval-jobs/default.nix @@ -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; }; });