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
+1 -3
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 ];
};
}