Browse Source

misc: moved from veox/sgminer to sgminer-dev/sgminer

idlebug
Noel Maersk 10 years ago
parent
commit
e42f77d9c1
  1. 6
      README.md
  2. 2
      configure.ac

6
README.md

@ -8,11 +8,11 @@ This is a multi-threaded multi-pool GPU miner with ATI GPU monitoring, @@ -8,11 +8,11 @@ This is a multi-threaded multi-pool GPU miner with ATI GPU monitoring,
based on cgminer by Con Kolivas (ckolivas), which is in turn based on
cpuminer by Jeff Garzik (jgarzik).
**releases**: https://github.com/veox/sgminer/releases
**releases**: https://github.com/sgminer-dev/sgminer/releases
**git tree**: https://github.com/veox/sgminer
**git tree**: https://github.com/sgminer-dev/sgminer
**bugtracker**: https://github.com/veox/sgminer/issues
**bugtracker**: https://github.com/sgminer-dev/sgminer/issues
**irc**: `#sgminer` and `#sgminer-dev` on freenode

2
configure.ac

@ -11,7 +11,7 @@ m4_define([lt_age], v_min) @@ -11,7 +11,7 @@ m4_define([lt_age], v_min)
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
AC_INIT([sgminer], [v_ver], [veox@wemakethings.net], [sgminer], [https://github.com/veox/sgminer])
AC_INIT([sgminer], [v_ver], [veox@wemakethings.net], [sgminer], [https://github.com/sgminer-dev/sgminer])
AC_PREREQ(2.59)
AC_CANONICAL_SYSTEM

Loading…
Cancel
Save