From 7b7d9a592c61a38fbfdfb5957dcc285e00a96d3c Mon Sep 17 00:00:00 2001 From: Marius Kimmina Date: Tue, 2 Jan 2024 10:21:50 +0100 Subject: [PATCH 1/2] cnspec: change license to bsl11 --- pkgs/tools/security/cnspec/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/cnspec/default.nix b/pkgs/tools/security/cnspec/default.nix index 3156eba3551e..0910d017ac27 100644 --- a/pkgs/tools/security/cnspec/default.nix +++ b/pkgs/tools/security/cnspec/default.nix @@ -31,7 +31,7 @@ buildGoModule rec { description = "An open source, cloud-native security and policy project"; homepage = "https://github.com/mondoohq/cnspec"; changelog = "https://github.com/mondoohq/cnspec/releases/tag/v${version}"; - license = licenses.mpl20; + license = licenses.bsl11; maintainers = with maintainers; [ fab ]; }; } From d920a0d5a0d72ab817bf722b8b514d2ed84352e2 Mon Sep 17 00:00:00 2001 From: Marius Kimmina Date: Tue, 2 Jan 2024 10:23:54 +0100 Subject: [PATCH 2/2] cnspec: add myself as a maintainer of the package --- pkgs/tools/security/cnspec/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/cnspec/default.nix b/pkgs/tools/security/cnspec/default.nix index 0910d017ac27..05db14802f77 100644 --- a/pkgs/tools/security/cnspec/default.nix +++ b/pkgs/tools/security/cnspec/default.nix @@ -32,6 +32,6 @@ buildGoModule rec { homepage = "https://github.com/mondoohq/cnspec"; changelog = "https://github.com/mondoohq/cnspec/releases/tag/v${version}"; license = licenses.bsl11; - maintainers = with maintainers; [ fab ]; + maintainers = with maintainers; [ fab mariuskimmina ]; }; }