vue: change license to ecl20

found at https://vue.tufts.edu/faq

jopejoe1 186ff75f 03d654be

+1 -1
+1 -1
pkgs/applications/misc/vue/default.nix
··· 23 maintainers = with lib.maintainers; [ raskin ]; 24 platforms = with lib.platforms; linux; 25 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 26 - license = lib.licenses.free; # Apache License fork, actually 27 }; 28 }
··· 23 maintainers = with lib.maintainers; [ raskin ]; 24 platforms = with lib.platforms; linux; 25 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 26 + license = lib.licenses.ecl20; 27 }; 28 }