nut: add licenses

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