diff --git a/.copyright.tmpl b/.copyright.tmpl
index 1f415b7..dec6612 100644
--- a/.copyright.tmpl
+++ b/.copyright.tmpl
@@ -1,4 +1,4 @@
-Copyright (c) ${years} Maxim Slipenko, Euegene Lazurenko.
+Copyright (c) ${years} Maxim Slipenko, Eugene Lazurenko.
 
 This file is part of Statapp
 (see https://github.com/shizand/statapp).
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a810059..1f58d23 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
     -   id: check-yaml
     -   id: check-added-large-files
 -   repo: https://github.com/johann-petrak/licenseheaders.git
-    rev: 'master'
+    rev: v0.8.8
     hooks:
         - id: licenseheaders
           args: ["-t", ".copyright.tmpl", "-cy", "-f", "-d statapp"]