Skip to content

Commit abec0d9

Browse files
committed
Update Nim version and copyright
1 parent dc3ad6e commit abec0d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/docs/scrapers/nim.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Nim < UrlScraper
33
self.type = 'simple'
4-
self.release = '1.4.8'
4+
self.release = '2.0.2'
55
self.base_url = 'https://nim-lang.org/docs/'
66
self.root_path = 'overview.html'
77
self.links = {
@@ -14,7 +14,7 @@ class Nim < UrlScraper
1414
options[:skip] = %w(theindex.html docgen.html tut1.html tut2.html tut3.html tools.html)
1515

1616
options[:attribution] = <<-HTML
17-
&copy; 2006&ndash;2021 Andreas Rumpf<br>
17+
&copy; 2006&ndash;2024 Andreas Rumpf<br>
1818
Licensed under the MIT License.
1919
HTML
2020

0 commit comments

Comments
 (0)