AlsaTools: Add license

+4 -3
+4 -3
pkgs/os-specific/linux/alsa-tools/default.nix
··· 38 done 39 ''; 40 41 - meta = { 42 homepage = http://www.alsa-project.org/; 43 description = "ALSA, the Advanced Linux Sound Architecture tools"; 44 ··· 47 MIDI functionality to the Linux-based operating system. 48 ''; 49 50 - platforms = stdenv.lib.platforms.linux; 51 - maintainers = [ stdenv.lib.maintainers.fps ]; 52 }; 53 }
··· 38 done 39 ''; 40 41 + meta = with stdenv.lib; { 42 homepage = http://www.alsa-project.org/; 43 description = "ALSA, the Advanced Linux Sound Architecture tools"; 44 ··· 47 MIDI functionality to the Linux-based operating system. 48 ''; 49 50 + license = licenses.gpl2; 51 + platforms = platforms.linux; 52 + maintainers = [ maintainers.fps ]; 53 }; 54 }