tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ruler: update license detail
Fabian Affolter
3 years ago
79cf7a94
5fbcf257
+1
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
ruler
default.nix
+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
23
-
# Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
24
24
-
# https://github.com/sensepost/ruler/blob/master/LICENSE
25
25
-
license = with licenses; [ unfree ];
23
23
+
license = with licenses; [ cc-by-nc-40 ];
26
24
maintainers = with maintainers; [ fab ];
27
25
};
28
26
}