about summary refs log tree commit diff
path: root/pkgs/tools/security/ruler
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-10-15 09:49:00 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-10-15 09:49:00 +0200
commit79cf7a94d2bccb36cf9541948ac7b29ffb206f26 (patch)
treeb2a570d0b8b3f144364eeb90a8c9efb1e03416ec /pkgs/tools/security/ruler
parent5fbcf2577ab29867b839387dc8590de2aad60749 (diff)
ruler: update license detail
Diffstat (limited to 'pkgs/tools/security/ruler')
-rw-r--r--pkgs/tools/security/ruler/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/security/ruler/default.nix b/pkgs/tools/security/ruler/default.nix
index 2a42a3de2813d..b6505533aa825 100644
--- a/pkgs/tools/security/ruler/default.nix
+++ b/pkgs/tools/security/ruler/default.nix
@@ -20,9 +20,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Tool to abuse Exchange services";
     homepage = "https://github.com/sensepost/ruler";
-    # Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
-    # https://github.com/sensepost/ruler/blob/master/LICENSE
-    license = with licenses; [ unfree ];
+    license = with licenses; [ cc-by-nc-40 ];
     maintainers = with maintainers; [ fab ];
   };
 }