Skip to content

Commit ab30adc

Browse files
Changed copyright dates. Fixed deprecated inotify import path to point to our fork.
1 parent e84c74c commit ab30adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paxrat.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Author: David McKinney <mckinney@subgraph>
2-
// Copyright (C) 2014-2015 Subgraph
2+
// Copyright (C) 2014-2017 Subgraph
33

44
package main
55

@@ -18,7 +18,7 @@ import (
1818
"strings"
1919
"syscall"
2020

21-
"golang.org/x/exp/inotify"
21+
"github.com/subgraph/inotify"
2222
)
2323

2424
var configvar string

0 commit comments

Comments
 (0)