lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix 'licenses' -> 'license' in several places

+3 -3
+1 -1
pkgs/applications/video/mjpg-streamer/default.nix
··· 26 26 homepage = http://sourceforge.net/projects/mjpg-streamer/; 27 27 description = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software"; 28 28 platforms = platforms.linux; 29 - licenses = licenses.gpl2; 29 + license = licenses.gpl2; 30 30 }; 31 31 }
+1 -1
pkgs/data/fonts/corefonts/default.nix
··· 63 63 homepage = "http://corefonts.sourceforge.net/"; 64 64 description = "Microsoft's TrueType core fonts for the Web"; 65 65 platforms = platforms.all; 66 - licenses = licenses.unfreeRedistributable; 66 + license = licenses.unfreeRedistributable; 67 67 # Set a non-zero priority to allow easy overriding of the 68 68 # fontconfig configuration files. 69 69 priority = 5;
+1 -1
pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
··· 19 19 description = "Ease the analysis of existing memory management techniques, as well as the prototyping of new memory management techniques."; 20 20 homepage = "https://github.com/GarCoSim"; 21 21 maintainers = [ maintainers.cmcdragonkai ]; 22 - licenses = licenses.gpl2; 22 + license = licenses.gpl2; 23 23 platforms = platforms.linux; 24 24 }; 25 25