about summary refs log tree commit diff
path: root/pkgs/applications/editors/rstudio
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/applications/editors/rstudio
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
downloadnixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.gz
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.bz2
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.lz
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.xz
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.zst
nixlib-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.zip
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/applications/editors/rstudio')
-rw-r--r--pkgs/applications/editors/rstudio/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/rstudio/default.nix b/pkgs/applications/editors/rstudio/default.nix
index b508521790bf..bf2363d3939b 100644
--- a/pkgs/applications/editors/rstudio/default.nix
+++ b/pkgs/applications/editors/rstudio/default.nix
@@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib;
     { description = "Set of integrated tools for the R language";
-      homepage = http://www.rstudio.com/;
+      homepage = https://www.rstudio.com/;
       license = licenses.agpl3;
       maintainers = with maintainers; [ ehmry changlinli ciil ];
       platforms = platforms.linux;