summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-03-30 13:16:59 +0100
committerGitHub <noreply@github.com>2018-03-30 13:16:59 +0100
commitd6d3c5695b093f4abb25e2eca906492351c457d2 (patch)
tree3111664a6e4cf1ddcb464b45d63b17c517d78b98 /doc
parenta9691aeef513ea20a9b1735f37172a1bd66a80dd (diff)
downloadNim-d6d3c5695b093f4abb25e2eca906492351c457d2.tar.gz
Fixes #7400
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst27
1 files changed, 1 insertions, 26 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 7e622c7d4..b46d957a8 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -562,29 +562,4 @@ Nimble is a package manager for the Nim programming language.
 For instructions on how to install Nimble packages see
 `its README <https://github.com/nim-lang/nimble#readme>`_.
 
-Official packages
------------------
-
-These packages are officially supported and will therefore be continually
-maintained to ensure that they work with the latest versions of the Nim
-compiler.
-
-.. raw:: html
-
-  <div id="officialPkgList"><b>If you are reading this you are missing
-  nimblepkglist.js or have javascript disabled in your browser.</b></div>
-
-Unofficial packages
--------------------
-
-These packages have been developed by independent Nim developers and as
-such may not always be up to date with the latest developments in the
-Nim programming language.
-
-.. raw:: html
-
-  <div id="unofficialPkgList"><b>If you are reading this you are missing
-  nimblepkglist.js or have javascript disabled in your browser.</b></div>
-
-  <script type="text/javascript" src="nimblepkglist.js"></script>
-  <script type="text/javascript" src="https://irclogs.nim-lang.org/packages?callback=gotPackageList" async></script>
+To see a list of Nimble's packages, check out `https://nimble.directory/ <https://nimble.directory/>`_ or the `packages repos <https://github.com/nim-lang/packages>`_ on GitHub.