···2323 most Western and Central European Latin-based languages, plus
2424 Greek and Cyrillic. It is designed by Mark Simonson.
2525 '';
2626- maintainers = with maintainers; [ raskin rycee ];
2626+ maintainers = with maintainers; [ raskin ];
2727 license = licenses.ofl;
2828 platforms = platforms.all;
2929 };
+1-1
pkgs/data/fonts/inconsolata/default.nix
···1212 meta = with lib; {
1313 homepage = "https://www.levien.com/type/myfonts/inconsolata.html";
1414 description = "A monospace font for both screen and print";
1515- maintainers = with maintainers; [ mikoim raskin rycee ];
1515+ maintainers = with maintainers; [ mikoim raskin ];
1616 license = licenses.ofl;
1717 platforms = platforms.all;
1818 };
+1-1
pkgs/data/fonts/oldstandard/default.nix
···1818 meta = with lib; {
1919 homepage = "https://github.com/akryukov/oldstand";
2020 description = "An attempt to revive a specific type of Modern style of serif typefaces";
2121- maintainers = with maintainers; [ raskin rycee ];
2121+ maintainers = with maintainers; [ raskin ];
2222 license = licenses.ofl;
2323 platforms = platforms.all;
2424 };
-1
pkgs/data/fonts/undefined-medium/default.nix
···2121 whatever else you can think of … it’s pretty undefined.
2222 '';
2323 license = licenses.ofl;
2424- maintainers = [ maintainers.rycee ];
2524 platforms = platforms.all;
2625 };
2726}
+1-1
pkgs/data/themes/vertex/default.nix
···3232 description = "Theme for GTK 3, GTK 2, Gnome-Shell, and Cinnamon";
3333 license = licenses.gpl3;
3434 platforms = platforms.unix;
3535- maintainers = with maintainers; [ rycee romildo ];
3535+ maintainers = with maintainers; [ romildo ];
3636 };
3737}
+4-2
pkgs/development/compilers/sdcc/default.nix
···1717 sha256 = "042fxw5mnsfhpc0z9lxfsw88kdkm32pwrxacp88kj2n2dy0814a8";
1818 };
19192020- buildInputs = [ autoconf bison boost flex gputils texinfo zlib ];
2020+ buildInputs = [ boost gputils texinfo zlib ];
2121+2222+ nativeBuildInputs = [ autoconf bison flex ];
21232224 configureFlags = map (f: "--disable-${f}-port") excludedPorts;
2325···3234 PIC18 targets. It can be retargeted for other microprocessors.
3335 '';
3436 homepage = "http://sdcc.sourceforge.net/";
3535- license = with licenses; if (gputils == null) then gpl2 else unfreeRedistributable;
3737+ license = with licenses; if (gputils == null) then gpl2Plus else unfreeRedistributable;
3638 maintainers = with maintainers; [ bjornfor yorickvp ];
3739 platforms = platforms.all;
3840 };
···4747 description = "Command-line tool to download videos from svtplay.se and other sites";
4848 license = licenses.mit;
4949 platforms = lib.platforms.unix;
5050- maintainers = [ maintainers.rycee ];
5150 };
5251}
+1-1
pkgs/tools/misc/xdaliclock/default.nix
···21212222 meta = with lib; {
2323 description = "A clock application that morphs digits when they are changed";
2424- maintainers = with maintainers; [ raskin rycee ];
2424+ maintainers = with maintainers; [ raskin ];
2525 platforms = with platforms; linux ++ freebsd;
2626 license = licenses.free; #TODO BSD on Gentoo, looks like MIT
2727 downloadPage = "http://www.jwz.org/xdaliclock/";