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:
Maximilian Bosch
2025-02-27 09:57:48 +01:00
parent 5002a4a2b9
commit 110b5ebd04
+1 -5
View File
@@ -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;
};
});