lol

qjackctl: adopt it and tidy up the metadata

+4 -3
+4 -3
pkgs/applications/audio/qjackctl/default.nix
··· 15 15 16 16 configureFlags = "--enable-jack-version"; 17 17 18 - meta = { 18 + meta = with stdenv.lib; { 19 19 description = "A Qt application to control the JACK sound server daemon"; 20 20 homepage = http://qjackctl.sourceforge.net/; 21 - license = "GPL"; 22 - platforms = stdenv.lib.platforms.linux; 21 + license = licenses.gpl2Plus; 22 + maintainers = [ maintainers.goibhniu ]; 23 + platforms = platforms.linux; 23 24 }; 24 25 }