···5555 test "$?" == 124 && echo "ok")
5656 '';
57575858- meta = {
5858+ meta = with stdenv.lib; {
5959 description = "Launcher for Pharo distributions";
6060+ homepage = "https://pharo.org";
6061 longDescription = ''
6161-6262 Pharo's goal is to deliver a clean, innovative, free open-source
6363 Smalltalk-inspired environment. By providing a stable and small
6464 core system, excellent dev tools, and maintained releases, Pharo
···7575 access it very rapidly from your OS application launcher. As a
7676 result, launching any image is never more than 3 clicks away.
7777 '';
7878- homepage = "http://pharo.org";
7979- license = stdenv.lib.licenses.mit;
7878+ license = licenses.mit;
8079 maintainers = [ ];
8180 platforms = pharo.meta.platforms;
8281 };