Update URL from sf to github (#21)

* Correct url from sf to github

Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
This commit is contained in:
sunwire
2020-11-13 00:25:23 +01:00
committed by GitHub
parent aefb37e563
commit b650fb67c0
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ int main(int argc, char **argv){
}
if(thisCmd=="--version"){
cout<<"stenc v"<<VERSION<<" - SCSI Tape Encryption Manager"<<endl;
cout<<"http://sourceforge.net/projects/stenc/"<<endl;
cout<<"https://github.com/scsitape/stenc"<<endl;
exit(EXIT_SUCCESS);
}