Set correct license in Nix expression

Hydra upstream was always GPL3 licensed, so by extension this repo is also GPL3.
This commit is contained in:
adisbladis 2021-08-24 18:23:28 -05:00
parent a80fc92bc1
commit 8f2e588dbd
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Hydra's builtin hydra-eval-jobs as a standalone";
homepage = "https://github.com/nix-community/nix-eval-jobs";
license = licenses.mit;
license = licenses.gpl3;
maintainers = with maintainers; [ mic92 ];
platforms = platforms.unix;
};