From 2b16dbd1e24810894dce027c3ef82dc2d17fca3f Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Wed, 10 Jan 2018 17:31:01 -0800 Subject: [PATCH] Update rust package license metadata link As noted by @wking at https://github.com/github/choosealicense.com/pull/563/files#r160834170 --- _includes/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 9b4bacc..6ca4bbe 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -14,7 +14,7 @@ {% endif %} {% assign xgpl = false %} {% if page.spdx-id contains 'GPL' %}{% assign xgpl = true %}{% endif %} -

Optional: Add {{ page.spdx-id }}{% if xgpl %}+{% endif %}{% if xgpl %} (or {{ page.spdx-id }} to disallow future versions){% endif %} to your project's package description, if applicable (e.g., Node.js, Ruby, and Rust). This will ensure the license is displayed in package directories.

+

Optional: Add {{ page.spdx-id }}{% if xgpl %}+{% endif %}{% if xgpl %} (or {{ page.spdx-id }} to disallow future versions){% endif %} to your project's package description, if applicable (e.g., Node.js, Ruby, and Rust). This will ensure the license is displayed in package directories.

{% if page.source %}