mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #196099 from fabaff/ruler-license
ruler: update license detail
This commit is contained in:
commit
d6e46eb323
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user