Skip to content

Commit ea2efd2

Browse files
committed
Update CI to use Nim 1.0.4, update copyright, remove built docs
1 parent 5935629 commit ea2efd2

File tree

6 files changed

+6
-983
lines changed

6 files changed

+6
-983
lines changed

.builds/openbsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ packages:
44
sources:
55
- https://github.com/euantorano/pledge.nim
66
environment:
7-
NIM_VERSION: 0.20.2
7+
NIM_VERSION: 1.0.4
88
CC: /usr/bin/clang
99
tasks:
1010
- install_nim: |
11-
curl https://nim-lang.org/download/nim-${NIM_VERSION}.tar.xz -o nim.tar.xz
11+
ftp -o nim.tar.xz https://nim-lang.org/download/nim-${NIM_VERSION}.tar.xz
1212
xz -d nim.tar.xz
1313
tar -xf nim.tar
1414
rm nim.tar

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016, Euan T.
1+
Copyright (c) 2016-2020, Euan T.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Or add the following to your `.nimble` file:
2020
requires "pledge >= 2.0.0"
2121
```
2222

23-
## [Documentation](https://htmlpreview.github.io/?https://github.com/euantorano/pledge.nim/blob/master/docs/pledge.html)
24-
2523
## Usage
2624

2725
```nim

0 commit comments

Comments
 (0)