nut: add licenses

+4 -3
+4 -3
pkgs/applications/misc/nut/default.nix
··· 32 32 "$out/lib:${neon}/lib:${libusb.out}/lib:${avahi}/lib:${freeipmi}/lib" 33 33 ''; 34 34 35 - meta = { 35 + meta = with stdenv.lib; { 36 36 description = "Network UPS Tools"; 37 37 longDescription = '' 38 38 Network UPS Tools is a collection of programs which provide a common ··· 41 41 ''; 42 42 homepage = http://www.networkupstools.org/; 43 43 repositories.git = https://github.com/networkupstools/nut.git; 44 - platforms = with stdenv.lib.platforms; linux; 45 - maintainers = with stdenv.lib.maintainers; [ pierron ]; 44 + platforms = platforms.linux; 45 + maintainers = [ maintainers.pierron ]; 46 + license = with licenses; [ gpl1Plus gpl2Plus gpl3Plus ]; 46 47 priority = 10; 47 48 }; 48 49 }