diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-14 02:23:56 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-14 02:23:56 +0000 |
commit | d75264104dbeb7bab0c32c9132ab1d851d2f2eb8 (patch) | |
tree | df6405713d36a83cbaa1499962efc6fad143d633 | |
parent | 9f486e5836668706253156a532e7a9c00af983a2 (diff) | |
download | packages-d75264104dbeb7bab0c32c9132ab1d851d2f2eb8.tar.gz packages-d75264104dbeb7bab0c32c9132ab1d851d2f2eb8.tar.bz2 packages-d75264104dbeb7bab0c32c9132ab1d851d2f2eb8.tar.xz packages-d75264104dbeb7bab0c32c9132ab1d851d2f2eb8.zip |
CONTRIBUTING: Clarify a few remarks
-rw-r--r-- | CONTRIBUTING.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2cd1014d0..642f2a4f8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -23,8 +23,7 @@ Licenses ````````` As the Adélie Linux project is an open-source Linux distribution, packages contained in this repository must also be provided under a license recognised -by the OSI_. A separate repository may be provided in the future for certain -non-free components, such as device driver firmware. +by the OSI_. .. _OSI: http://opensource.org/licenses/category @@ -50,8 +49,9 @@ Source URIs ``````````` It is recommended that any package present in this repository use an official -Adélie Linux mirror for any files downloaded (``mirror://adelie/``), unless -the file resides on the package's official package mirror. +Adélie Linux mirror for any files downloaded +(``https://distfiles.adelielinux.org/source/*``), unless the file resides on +the package's official package mirror. Exceptions will be granted on a case-by-case basis for issues such as file size or rapid version change. |