lol

Update license according to upstream changelog

authored by

Jonas Heinrich and committed by
GitHub
89f81fb9 f6d7d394

+1 -1
+1 -1
pkgs/development/tools/misc/elfinfo/default.nix
··· 20 20 description = "Small utility for showing information about ELF files"; 21 21 homepage = "https://elfinfo.roboticoverlords.org/"; 22 22 changelog = "https://github.com/xyproto/elfinfo/releases/tag/${version}"; 23 - license = licenses.mit; 23 + license = licenses.bsd3; 24 24 maintainers = with maintainers; [ dtzWill ]; 25 25 }; 26 26 }