Skip to content

Commit

Permalink
Update endpoint agent license; remove maintainers (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Jan 10, 2024
1 parent e0a682d commit 2f9a282
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@
homepage = "https://www.kolide.com";
description = "Kolide Endpoint Agent";
platforms = [ "x86_64-linux" ];
license = licenses.unfree;
license = {
fullName = "The Kolide Enterprise Edition (EE) license";
url = "https://github.com/kolide/launcher/blob/main/LICENSE";
free = false;
redistributable = false;
};
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with stdenv.lib.maintainers; [ RebeccaMahany ];
};
};

Expand Down

0 comments on commit 2f9a282

Please sign in to comment.