diff --git a/tahoe-ssk.cabal b/tahoe-ssk.cabal
index 14bb58a8bc0f3b13b24cfd5cfcf2fc83c9be9be9..74708143905ccfb46f5dce6bc7dede91dd0c181f 100644
--- a/tahoe-ssk.cabal
+++ b/tahoe-ssk.cabal
@@ -51,13 +51,13 @@ category:           Cryptography,Library,Parsers,Security
 build-type:         Simple
 
 -- Extra doc files to be distributed with the package, such as a CHANGELOG or a README.
-extra-doc-files:    CHANGELOG.md
+extra-doc-files:    ChangeLog.rst
 
 -- Extra source files to be distributed with the package, such as examples, or
 -- a tutorial module.
 extra-source-files:
   ChangeLog.rst
-  README.rst
+  README.md
   test/data/*
 
 common warnings