about summary refs log tree commit diff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-24 01:40:18 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-01-24 01:49:49 +0100
commit90f73381120f7ae9e0d5f0f6dc16cb141c658494 (patch)
tree5683ff0c39f9ac901e181fc0591cf03c2b95b07a /.github/CONTRIBUTING.md
parent2f34b4b883932f0ee2c1787e704f3915786e8cca (diff)
downloadnixlib-90f73381120f7ae9e0d5f0f6dc16cb141c658494.tar
nixlib-90f73381120f7ae9e0d5f0f6dc16cb141c658494.tar.gz
nixlib-90f73381120f7ae9e0d5f0f6dc16cb141c658494.tar.bz2
nixlib-90f73381120f7ae9e0d5f0f6dc16cb141c658494.tar.lz
nixlib-90f73381120f7ae9e0d5f0f6dc16cb141c658494.tar.xz
nixlib-90f73381120f7ae9e0d5f0f6dc16cb141c658494.tar.zst
nixlib-90f73381120f7ae9e0d5f0f6dc16cb141c658494.zip
treewide: stdenv.lib -> lib
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 31060040c1a7..bc43f80a060a 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -37,7 +37,7 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license.
   * Not start with the package name.
   * Not have a period at the end.
 * `meta.license` must be set and fit the upstream license.
-  * If there is no upstream license, `meta.license` should default to `stdenv.lib.licenses.unfree`.
+  * If there is no upstream license, `meta.license` should default to `lib.licenses.unfree`.
 * `meta.maintainers` must be set.
 
 See the nixpkgs manual for more details on [standard meta-attributes](https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes) and on how to [submit changes to nixpkgs](https://nixos.org/nixpkgs/manual/#chap-submitting-changes).