Merge pull request #196099 from fabaff/ruler-license

ruler: update license detail
This commit is contained in:
Fabian Affolter 2022-10-15 12:25:51 +02:00 committed by GitHub
commit d6e46eb323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}