theochem / horton

HORTON: Helpful Open-source Research TOol for N-fermion systems
http://theochem.github.io/horton/
GNU General Public License v3.0
94 stars 40 forks source link

tar.gz is a tar #297

Open scemama opened 2 years ago

scemama commented 2 years ago

Hello!

I downloaded your latest release here: https://github.com/theochem/horton/releases/download/2.3.0/horton-2.3.0.tar.gz

It seems that this file is a .tar, not a .tar.gz:

$ gunzip horton-2.3.0.tar.gz 
gzip: horton-2.3.0.tar.gz: not in gzip format

$ mv horton-2.3.0.tar.gz horton-2.3.0.tar
$ tar xvf horton-2.3.0.tar 
horton/
horton/water.h5
...

Also, the link http://theochem.github.com/horton/ appearing in the "About" section doesn't work.

Thanks for sharing your software :-)