aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-06-28 13:43:46 +0100
committerGitHub <noreply@github.com>2018-06-28 13:43:46 +0100
commit32440d6ae3f2391afa7cb0e442c7a4d2aad472a4 (patch)
treeaeca891b9ef7ee61180632b46ed36517c8e079aa
parentb8c113e80668808e15f8410d21b488a7767935df (diff)
parent1bf9a67ebfa1e60d9809f0fb74b31eab91597732 (diff)
downloadpackages-32440d6ae3f2391afa7cb0e442c7a4d2aad472a4.tar.gz
packages-32440d6ae3f2391afa7cb0e442c7a4d2aad472a4.zip
Merge pull request #778 from nim-lang/dom96-patch-3
Remove fractions package
-rw-r--r--packages.json18
1 files changed, 2 insertions, 16 deletions
diff --git a/packages.json b/packages.json
index 729704d..90e226a 100644
--- a/packages.json
+++ b/packages.json
@@ -5779,20 +5779,6 @@
"web": "https://github.com/nim-lang/ui"
},
{
- "name": "fractions",
- "url": "https://github.com/konqoro/fractions",
- "method": "git",
- "tags": [
- "library",
- "rationals",
- "arithmetic",
- "tuple"
- ],
- "description": "Implements rational number arithmetic",
- "license": "MIT",
- "web": "https://github.com/konqoro/fractions"
- },
- {
"name": "mmgeoip",
"url": "https://github.com/FedericoCeratto/nim-mmgeoip",
"method": "git",
@@ -6412,7 +6398,7 @@
},
{
"name": "gnuplot",
- "url": "https://github.com/konqoro/gnuplot.nim",
+ "url": "https://github.com/dvolk/gnuplot.nim",
"method": "git",
"tags": [
"plot",
@@ -6421,7 +6407,7 @@
],
"description": "Nim interface to gnuplot",
"license": "MIT",
- "web": "https://github.com/konqoro/gnuplot.nim"
+ "web": "https://github.com/dvolk/gnuplot.nim"
},
{
"name": "ustring",