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

@@ -116,7 +116,7 @@ Written by \fBJohn Coleman\fR and \fBSamuel Martinez Jr.\fR of SunWest Education
Report \fBstenc\fR bugs to \fIjcoleman1981@live.com\fR.
.SH PROJECT UPDATES
Visit \fBhttp://sourceforge.net/projects/stenc/\fR for more information.
Visit \fBhttps://github.com/scsitape/stenc\fR for more information.
.SH COPYRIGHT
Copyright 2012 contributing authors. License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

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);
}