Skip to content

Commit f3a78fa

Browse files
committed
feature matrix: update netbsd link
1 parent 88e4a5e commit f3a78fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/compatibility_matrix.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ def joyent():
142142

143143

144144
def netbsd():
145-
url = ('http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/external/'
146-
'cddl/osnet/dist/cmd/zpool/zpool-features.7'
147-
'?content-type=text/plain&only_with_tag={}')
145+
url = ('http://cvsweb.netbsd.org/bsdweb.cgi/src/external/'
146+
'cddl/osnet/dist/cmd/zpool/zpool-features.7?rev=1.1;'
147+
'content-type=text%2Fplain;only_with_tag={}')
148148
sources = {'main': url.format('MAIN')}
149149
with urlopen('https://netbsd.org/releases/') as web:
150150
tags = findall(r'href="formal-.+?/NetBSD-(.+?)\.html',

0 commit comments

Comments
 (0)