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
meta = with lib; {
21
description = "Tool to abuse Exchange services";
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 ];
26
maintainers = with maintainers; [ fab ];
27
};
28
}
···
20
meta = with lib; {
21
description = "Tool to abuse Exchange services";
22
homepage = "https://github.com/sensepost/ruler";
23
+
license = with licenses; [ cc-by-nc-40 ];
0
0
24
maintainers = with maintainers; [ fab ];
25
};
26
}