···29293030 meta = with stdenv.lib; {
3131 description = "Fonts for Code, from Font Bureau";
3232- longDescrition = ''
3232+ longDescription = ''
3333 Input is a font family designed for computer programming, data,
3434 and text composition. It was designed by David Jonathan Ross
3535 between 2012 and 2014 and published by The Font Bureau. It
+1-1
pkgs/data/fonts/noto-fonts/tools.nix
···2727 description = "Noto fonts support tools and scripts plus web site generation";
2828 license = lib.licenses.asl20;
2929 homepage = https://github.com/googlei18n/nototools;
3030- platform = lib.platforms.unix;
3030+ platforms = lib.platforms.unix;
3131 };
3232}
+1-1
pkgs/data/fonts/siji/default.nix
···1717 meta = {
1818 homepage = https://github.com/stark/siji;
1919 description = "An iconic bitmap font based on Stlarch with additional glyphs";
2020- liscense = stdenv.lib.licenses.gpl2;
2020+ license = stdenv.lib.licenses.gpl2;
2121 platforms = stdenv.lib.platforms.all;
2222 maintainers = [ stdenv.lib.maintainers.asymmetric ];
2323 };
+1-1
pkgs/data/fonts/vista-fonts/default.nix
···2626 meta = {
2727 description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)";
2828 homepage = http://www.microsoft.com/typography/ClearTypeFonts.mspx;
2929- binaryDistribution = false; # haven't read the EULA, but we probably can't redistribute these files, so...
2929+ license = stdenv.lib.licenses.unfree; # haven't read the EULA, but we probably can't redistribute these files, so...
30303131 # Set a non-zero priority to allow easy overriding of the
3232 # fontconfig configuration files.
···2525 meta = with stdenv.lib; {
2626 description = "A Task-Based Parallelization Framework";
2727 license = licenses.mit;
2828- url = https://jug.readthedocs.io/;
2828+ homepage = https://jug.readthedocs.io/;
2929 maintainers = with maintainers; [ luispedro ];
3030 };
3131}
+2-2
pkgs/development/python-modules/pydot/default.nix
···2222 meta = {
2323 homepage = https://github.com/erocarrera/pydot;
2424 description = "Allows to easily create both directed and non directed graphs from Python";
2525- licenses = with lib.licenses; [ mit ];
2525+ license = lib.licenses.mit;
2626 };
2727-}2727+}
···2323 description = "Provides a command line tool to invoke vcs commands on multiple repositories";
2424 homepage = https://github.com/dirk-thomas/vcstool;
2525 license = licenses.asl20;
2626- maintainer = with maintainers; [ sivteck ];
2626+ maintainers = with maintainers; [ sivteck ];
2727 };
2828}
+1-1
pkgs/games/commandergenius/default.nix
···24242525 meta = with stdenv.lib; {
2626 description = "Modern Interpreter for the Commander Keen Games";
2727- longdescription = ''
2727+ longDescription = ''
2828 Commander Genius is an open-source clone of
2929 Commander Keen which allows you to play
3030 the games, and some of the mods
···3232 description = "Simple i3lock helper which pixels a screenshot by scaling it down and up to get a pixeled version of the screen when the lock is active.";
3333 homepage = https://github.com/Ma27/i3lock-pixeled;
3434 license = licenses.mit;
3535- platform = platforms.linux;
3535+ platforms = platforms.linux;
3636 maintainers = with maintainers; [ ma27 ];
3737 };
3838}
+2-1
pkgs/misc/themes/gnome-breeze/default.nix
···1212 cp -r Breeze* $out/share/themes
1313 '';
14141515+ preferLocalBuild = true;
1616+1517 meta = {
1618 description = "A GTK theme built to match KDE's breeze theme";
1719 homepage = https://github.com/dirruk1/gnome-breeze;
···1921 maintainers = with stdenv.lib.maintainers; [ bennofs ];
2022 platforms = stdenv.lib.platforms.all;
2123 hydraPlatforms = [];
2222- preferLocalBuild = true;
2324 };
2425}
···1717 meta = with stdenv.lib; {
1818 inherit version;
1919 homepage = http://linvdr.org/projects/regionset/;
2020- descriptions = "Tool for changing the region code setting of DVD players";
2020+ description = "Tool for changing the region code setting of DVD players";
2121 license = licenses.gpl2Plus;
2222 platforms = platforms.linux;
2323 };
···15151616 meta = {
1717 homepage = https://sourceforge.net/projects/lsdvd/;
1818- shortDescription = "Display information about audio, video, and subtitle tracks on a DVD";
1818+ description = "Display information about audio, video, and subtitle tracks on a DVD";
1919 platforms = stdenv.lib.platforms.linux;
2020 };
2121}
+1-1
pkgs/tools/filesystems/afpfs-ng/default.nix
···1818 description = "A client implementation of the Apple Filing Protocol";
1919 license = licenses.gpl2;
2020 maintainers = with maintainers; [ rnhmjoj ];
2121- platform = platforms.linux;
2121+ platforms = platforms.linux;
2222 };
23232424}
+1-1
pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
···14141515 meta = {
1616 description = "Old-style RAID configuration utility";
1717- longDescritipn = ''
1717+ longDescription = ''
1818 Old RAID configuration utility (still under development, though).
1919 It is fully compatible with modern kernels and mdadm recognizes
2020 its volumes. May be needed for rescuing an older system or nuking
+1-1
pkgs/tools/filesystems/nixpart/0.4/lvm2.nix
···53535454 meta = {
5555 homepage = http://sourceware.org/lvm2/;
5656- descriptions = "Tools to support Logical Volume Management (LVM) on Linux";
5656+ description = "Tools to support Logical Volume Management (LVM) on Linux";
5757 platforms = stdenv.lib.platforms.linux;
5858 };
5959}
···4141 meta = with stdenv.lib; {
4242 description = "Extract the initial/default boot image from a CD image if existent";
4343 homepage = https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/;
4444- maintainer = [ maintainers.profpatsch ];
4444+ maintainers = [ maintainers.profpatsch ];
4545 license = licenses.gpl2;
4646 };
4747
+1-1
pkgs/tools/misc/gosu/default.nix
···1818 meta = {
1919 description= "Tool that avoids TTY and signal-forwarding behavior of sudo and su";
2020 homepage = "https://github.com/tianon/gosu";
2121- licence = stdenv.lib.licenses.gpl3;
2121+ license = stdenv.lib.licenses.gpl3;
2222 platforms = stdenv.lib.platforms.linux;
2323 };
2424}
+1-1
pkgs/tools/misc/homesick/default.nix
···12121313 meta = with lib; {
1414 description = "Your home directory is your castle. Don't leave your dotfiles behind";
1515- long_description =
1515+ longDescription =
1616 ''
1717 Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing
1818 dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into
+1-1
pkgs/tools/misc/hostsblock/default.nix
···64646565 meta = with lib; {
6666 description = "An ad- and malware-blocking script for Linux";
6767- website = http://gaenserich.github.io/hostsblock/;
6767+ homepage = http://gaenserich.github.io/hostsblock/;
6868 license = licenses.gpl3;
6969 maintainers = [ maintainers.nicknovitski ];
7070 platforms = platforms.unix;
···21212222 meta = with stdenv.lib; {
2323 description = "OpenConnect proxy";
2424- longdescription = ''
2424+ longDescription = ''
2525 ocproxy is a user-level SOCKS and port forwarding proxy for OpenConnect
2626 based on lwIP.
2727 '';