diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Vladimir Shabanov 2011-2020.
+Copyright (c) 2011-2020, Vladimir Shabanov
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Neil Mitchell nor the names of other
+    * Neither the name of the copyright holders nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/Network/HTTP/Conduit/Downloader.hs b/Network/HTTP/Conduit/Downloader.hs
--- a/Network/HTTP/Conduit/Downloader.hs
+++ b/Network/HTTP/Conduit/Downloader.hs
@@ -513,6 +513,7 @@
           , 302 -- Found
           , 303 -- See other
           , 307 -- Temporary redirect
+          , 308 -- Permanent redirect
           ] then
         case lookup "location" headers of
             Just (B.unpack -> loc) ->
diff --git a/http-conduit-downloader.cabal b/http-conduit-downloader.cabal
--- a/http-conduit-downloader.cabal
+++ b/http-conduit-downloader.cabal
@@ -1,8 +1,8 @@
 cabal-version:  2.4
 name:           http-conduit-downloader
-version:        1.1.0
-author:         Vladimir Shabanov <vshabanoff@gmail.com>
-maintainer:     Vladimir Shabanov <vshabanoff@gmail.com>
+version:        1.1.1
+author:         Vladimir Shabanov <dev@vshabanov.com>
+maintainer:     Vladimir Shabanov <dev@vshabanov.com>
 homepage:       https://github.com/bazqux/http-conduit-downloader
 license:        BSD-3-Clause
 category:       Web
