AlsaTools: Add license

This commit is contained in:
Markus Kowalewski 2018-08-14 13:29:25 +02:00
parent 318020e4e7
commit 2845b63ff4
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = { meta = with stdenv.lib; {
homepage = http://www.alsa-project.org/; homepage = http://www.alsa-project.org/;
description = "ALSA, the Advanced Linux Sound Architecture tools"; description = "ALSA, the Advanced Linux Sound Architecture tools";
@ -47,7 +47,8 @@ stdenv.mkDerivation rec {
MIDI functionality to the Linux-based operating system. MIDI functionality to the Linux-based operating system.
''; '';
platforms = stdenv.lib.platforms.linux; license = licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.fps ]; platforms = platforms.linux;
maintainers = [ maintainers.fps ];
}; };
} }