summary refs log tree commit diff
path: root/pkgs/development/pharo/launcher
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2020-10-25 21:41:28 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2020-10-26 01:21:00 -0300
commitd0702162e9c127222bd376451e3bc786a7fe3cb0 (patch)
treef8433d9c7437459963b6f378303c2d169178a79d /pkgs/development/pharo/launcher
parent507a352361b9ebda2552ced5f7c1a8ea802157d3 (diff)
downloadnixpkgs-d0702162e9c127222bd376451e3bc786a7fe3cb0.tar
nixpkgs-d0702162e9c127222bd376451e3bc786a7fe3cb0.tar.gz
nixpkgs-d0702162e9c127222bd376451e3bc786a7fe3cb0.tar.bz2
nixpkgs-d0702162e9c127222bd376451e3bc786a7fe3cb0.tar.lz
nixpkgs-d0702162e9c127222bd376451e3bc786a7fe3cb0.tar.xz
nixpkgs-d0702162e9c127222bd376451e3bc786a7fe3cb0.tar.zst
nixpkgs-d0702162e9c127222bd376451e3bc786a7fe3cb0.zip
pharo: update URL to HTTPS
Diffstat (limited to 'pkgs/development/pharo/launcher')
-rw-r--r--pkgs/development/pharo/launcher/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/pharo/launcher/default.nix b/pkgs/development/pharo/launcher/default.nix
index 5f6deca863c..1737fb90c7a 100644
--- a/pkgs/development/pharo/launcher/default.nix
+++ b/pkgs/development/pharo/launcher/default.nix
@@ -55,10 +55,10 @@ stdenv.mkDerivation rec {
      test "$?" == 124 && echo "ok")
   '';
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Launcher for Pharo distributions";
+    homepage = "https://pharo.org";
     longDescription = ''
-
       Pharo's goal is to deliver a clean, innovative, free open-source
       Smalltalk-inspired environment. By providing a stable and small
       core system, excellent dev tools, and maintained releases, Pharo
@@ -75,8 +75,7 @@ stdenv.mkDerivation rec {
       access it very rapidly from your OS application launcher. As a
       result, launching any image is never more than 3 clicks away.
     '';
-    homepage = "http://pharo.org";
-    license = stdenv.lib.licenses.mit;
+    license = licenses.mit;
     maintainers = [ ];
     platforms = pharo.meta.platforms;
   };