milahu / nixpkgs

Nix Packages collection
MIT License
0 stars 0 forks source link

nix-init fails to parse license from COPYING file #24

Open milahu opened 5 months ago

milahu commented 5 months ago

nix-init version 0.3.0

no issues: https://github.com/nix-community/nix-init/issues?q=COPYING+license

example: https://github.com/frida/cryptoshark/blob/master/COPYING

nix-init output

{
  meta = with lib; {
    # ...
    license = licenses.unfree; # FIXME: nix-init did not found a license

ping @figsoda @pschmitt @Ninja3047