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:49 -05:00
parent a80fc92bc1
commit 8f2e588dbd
+1 -1
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;
};