aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/doc/stdenv/meta.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/stdenv/meta.xml')
-rw-r--r--nixpkgs/doc/stdenv/meta.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/doc/stdenv/meta.xml b/nixpkgs/doc/stdenv/meta.xml
index 45f7834eb2c..9cef9360002 100644
--- a/nixpkgs/doc/stdenv/meta.xml
+++ b/nixpkgs/doc/stdenv/meta.xml
@@ -155,17 +155,17 @@ hello-2.3 A program that produces a familiar, friendly greeting
<itemizedlist>
<listitem>
<para>
- Single license referenced by attribute (preferred) <literal>stdenv.lib.licenses.gpl3</literal>.
+ Single license referenced by attribute (preferred) <literal>stdenv.lib.licenses.gpl3Only</literal>.
</para>
</listitem>
<listitem>
<para>
- Single license referenced by its attribute shortName (frowned upon) <literal>"gpl3"</literal>.
+ Single license referenced by its attribute shortName (frowned upon) <literal>"gpl3Only"</literal>.
</para>
</listitem>
<listitem>
<para>
- Single license referenced by its attribute spdxId (frowned upon) <literal>"GPL-3.0"</literal>.
+ Single license referenced by its attribute spdxId (frowned upon) <literal>"GPL-3.0-only"</literal>.
</para>
</listitem>
<listitem>