···21 runHook postInstall
22 '';
2324- meta = with lib; {
25 description = "Japanese font package with Mincho and Gothic fonts";
26 longDescription = ''
27 IPAex font is a Japanese font developed by the Information-technology
···31 This is the successor to the IPA fonts.
32 '';
33 homepage = "https://moji.or.jp/ipafont/";
34- license = licenses.ipa;
35- maintainers = with maintainers; [ ];
36 };
37}
···21 runHook postInstall
22 '';
2324+ meta = {
25 description = "Japanese font package with Mincho and Gothic fonts";
26 longDescription = ''
27 IPAex font is a Japanese font developed by the Information-technology
···31 This is the successor to the IPA fonts.
32 '';
33 homepage = "https://moji.or.jp/ipafont/";
34+ license = lib.licenses.ipa;
35+ maintainers = with lib.maintainers; [ stephen-huan ];
36 };
37}
+3-3
pkgs/by-name/of/offlineimap/package.nix
···8788 passthru.tests.version = testers.testVersion { package = offlineimap; };
8990- meta = with lib; {
91 description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
92 homepage = "http://offlineimap.org";
93- license = licenses.gpl2Plus;
94- maintainers = [ ];
95 mainProgram = "offlineimap";
96 };
97}
···8788 passthru.tests.version = testers.testVersion { package = offlineimap; };
8990+ meta = {
91 description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
92 homepage = "http://offlineimap.org";
93+ license = lib.licenses.gpl2Plus;
94+ maintainers = with lib.maintainers; [ stephen-huan ];
95 mainProgram = "offlineimap";
96 };
97}