summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/bupc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-14 19:25:45 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-15 10:10:05 -0400
commit290a5d916e4874a6cb36936b49faf9ef327c249f (patch)
tree22d79f8152549281e5a22455e0951674381b1b4b /pkgs/development/compilers/bupc
parentbd50fc942be4a648dfb3a11a848dbd2920358035 (diff)
treewide: update homepages to https where available
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
Diffstat (limited to 'pkgs/development/compilers/bupc')
-rw-r--r--pkgs/development/compilers/bupc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/bupc/default.nix b/pkgs/development/compilers/bupc/default.nix
index f22549d06e63..ad10845e98cf 100644
--- a/pkgs/development/compilers/bupc/default.nix
+++ b/pkgs/development/compilers/bupc/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
parallelism is fixed at program startup time, typically with a single
thread of execution per processor.
'';
- homepage = http://upc.lbl.gov/;
+ homepage = https://upc.lbl.gov/;
license = licenses.mit;
platforms = with platforms; [ linux ];
maintainers = with maintainers; [ zimbatm ];