···2121 runHook postInstall
2222 '';
23232424- meta = with lib; {
2424+ meta = {
2525 description = "Japanese font package with Mincho and Gothic fonts";
2626 longDescription = ''
2727 IPAex font is a Japanese font developed by the Information-technology
···3131 This is the successor to the IPA fonts.
3232 '';
3333 homepage = "https://moji.or.jp/ipafont/";
3434- license = licenses.ipa;
3535- maintainers = with maintainers; [ ];
3434+ license = lib.licenses.ipa;
3535+ maintainers = with lib.maintainers; [ stephen-huan ];
3636 };
3737}
+3-3
pkgs/by-name/of/offlineimap/package.nix
···87878888 passthru.tests.version = testers.testVersion { package = offlineimap; };
89899090- meta = with lib; {
9090+ meta = {
9191 description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
9292 homepage = "http://offlineimap.org";
9393- license = licenses.gpl2Plus;
9494- maintainers = [ ];
9393+ license = lib.licenses.gpl2Plus;
9494+ maintainers = with lib.maintainers; [ stephen-huan ];
9595 mainProgram = "offlineimap";
9696 };
9797}