summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 00:40:17 -0500
committerGitHub <noreply@github.com>2018-03-25 00:40:17 -0500
commit8f3091939b00674e0aedbaaef76cc06591dd7ede (patch)
tree129ce5ba4727e5f7e71f3c3f94daf486d441e222 /lib
parent040a9ab240fba0b0dae5b48692fff7be50d3281c (diff)
parentb189247ba0b568da59bdb1ab82c5d95b8a85ba24 (diff)
downloadnixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.gz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.bz2
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.lz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.xz
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.tar.zst
nixlib-8f3091939b00674e0aedbaaef76cc06591dd7ede.zip
Merge pull request #37752 from ryantm/fix-urls
treewide: use more HTTPS URLs
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index ba575c27052d..767fd89b948c 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -284,7 +284,7 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
 
   gpl2Oss = {
     fullName = "GNU General Public License version 2 only (with OSI approved licenses linking exception)";
-    url = http://www.mysql.com/about/legal/licensing/foss-exception;
+    url = https://www.mysql.com/about/legal/licensing/foss-exception;
   };
 
   gpl2Plus = spdx {