summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorxd1le <elisp.vim@gmail.com>2017-10-09 20:37:02 +1100
committerxd1le <elisp.vim@gmail.com>2017-10-09 20:37:02 +1100
commit4b25ecc7b8142155728422cbab4a68592e63f35d (patch)
treec18ac21b1452f337796c4dd64bd0a73d73966f55 /.github
parent306a0d32dfb668f697e962206284f8df75964d0d (diff)
downloadnixlib-4b25ecc7b8142155728422cbab4a68592e63f35d.tar
nixlib-4b25ecc7b8142155728422cbab4a68592e63f35d.tar.gz
nixlib-4b25ecc7b8142155728422cbab4a68592e63f35d.tar.bz2
nixlib-4b25ecc7b8142155728422cbab4a68592e63f35d.tar.lz
nixlib-4b25ecc7b8142155728422cbab4a68592e63f35d.tar.xz
nixlib-4b25ecc7b8142155728422cbab4a68592e63f35d.tar.zst
nixlib-4b25ecc7b8142155728422cbab4a68592e63f35d.zip
CONTRIBUTING.md: license should default to unfree if there is no
upstream license
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 99c5e0e429b1..41e85bd5ac46 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -36,6 +36,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`.
 * `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).