lol

ruler: update license detail

+1 -3
+1 -3
pkgs/tools/security/ruler/default.nix
··· 20 20 meta = with lib; { 21 21 description = "Tool to abuse Exchange services"; 22 22 homepage = "https://github.com/sensepost/ruler"; 23 - # Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License 24 - # https://github.com/sensepost/ruler/blob/master/LICENSE 25 - license = with licenses; [ unfree ]; 23 + license = with licenses; [ cc-by-nc-40 ]; 26 24 maintainers = with maintainers; [ fab ]; 27 25 }; 28 26 }