diff --git a/Data/BuildGuideLinux.md b/Data/BuildGuideLinux.md index 6893639..8a168bf 100644 --- a/Data/BuildGuideLinux.md +++ b/Data/BuildGuideLinux.md @@ -13,7 +13,7 @@ Install `git` and clone the repository: ``` sudo apt-get install git -git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git +git clone https://github.com/mfeemster/fractorium.git ``` Install the dependencies. diff --git a/Data/BuildGuideMacOSX.md b/Data/BuildGuideMacOSX.md index 7e57db7..4469d65 100644 --- a/Data/BuildGuideMacOSX.md +++ b/Data/BuildGuideMacOSX.md @@ -11,7 +11,7 @@ Install Command Line Tools for Xcode Clone the repository: ``` -git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git +git clone https://github.com/mfeemster/fractorium.git ``` Install the dependencies: diff --git a/Data/BuildGuideQtCreator.md b/Data/BuildGuideQtCreator.md index e43e463..6ffddde 100644 --- a/Data/BuildGuideQtCreator.md +++ b/Data/BuildGuideQtCreator.md @@ -33,11 +33,11 @@ Open up the Visual Studio x64 Native Tools Command Prompt. Create a new folder in your development area named fractorium: -`mkdir fractorium` - -`cd fractorium` - -`git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git` +``` +mkdir fractorium +cd fractorium +git clone https://github.com/mfeemster/fractorium.git +``` ### Prerequisites diff --git a/Data/Fractorium.spec b/Data/Fractorium.spec index 204039f..ca2b254 100644 --- a/Data/Fractorium.spec +++ b/Data/Fractorium.spec @@ -9,7 +9,7 @@ Summary: A fractal flame editor with GPU support Group: Graphics BuildArch: x86_64 License: GPL -URL: https://mfeemster@bitbucket.org/mfeemster/fractorium.git +URL: https://github.com/mfeemster/fractorium BuildRoot: %{buildroot} %description @@ -19,9 +19,9 @@ A fractal flame editor with GPU support. http://fractorium.com/ -The project is maintained on Bitbucket: +The project is maintained on github: -https://bitbucket.org/mfeemster/fractorium +https://github.com/mfeemster/fractorium News and updates at the above or on Matt Feemster's DeviantArt page: diff --git a/Data/LinuxRelease.md b/Data/LinuxRelease.md index 015ca48..5969baf 100644 --- a/Data/LinuxRelease.md +++ b/Data/LinuxRelease.md @@ -5,10 +5,10 @@ These are instructions for publishing a Linux deb package. It can be built local ## Summary -Starting with a fresh clone from bitbucket.org. It will not work unless it's totally fresh: +Starting with a fresh clone from github. It will not work unless it's totally fresh: ``` -$ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git +$ git clone https://github.com/mfeemster/fractorium.git $ cd fractorium $ qmake main.pro -r -spec linux-g++-64 CONFIG+=release ``` diff --git a/Data/control.package b/Data/control.package index 21806bf..90373e8 100644 --- a/Data/control.package +++ b/Data/control.package @@ -8,8 +8,8 @@ Maintainer: Matt Feemster Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 Homepage: http://fractorium.com/ -Vcs-Git: https://bitbucket.org/mfeemster/fractorium -Vcs-Browser: https://bitbucket.org/mfeemster/fractorium +Vcs-Git: https://github.com/mfeemster/fractorium.git +Vcs-Browser: https://github.com/mfeemster/fractorium Description: A fractal flame editor with GPU support Fractorium . @@ -17,9 +17,9 @@ Description: A fractal flame editor with GPU support . http://fractorium.com/ . - The project is maintained on Bitbucket: + The project is maintained on github: . - https://bitbucket.org/mfeemster/fractorium + https://github.com/mfeemster/fractorium . News and updates at the above or on Matt Feemster's DeviantArt page: . diff --git a/debian/control b/debian/control index 6835ba7..02b32b4 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Matt Feemster Build-Depends: debhelper (>= 9), g++ (>= 5.4), libc6-dev, libgl1-mesa-dev, libgl-dev, libglm-dev, libjpeg-dev, libpng-dev, qt6-base-dev, libxml2-dev, ocl-icd-opencl-dev, opencl-headers, qmake6, libopenexr-dev Standards-Version: 3.9.5 Homepage: http://fractorium.com/ -Vcs-Git: https://bitbucket.org/mfeemster/fractorium -Vcs-Browser: https://bitbucket.org/mfeemster/fractorium +Vcs-Git: https://github.com/mfeemster/fractorium.git +Vcs-Browser: https://github.com/mfeemster/fractorium Package: fractorium Architecture: amd64 @@ -18,9 +18,9 @@ Description: fractal flame editor with GPU support . http://fractorium.com/ . - The project is maintained on Bitbucket: + The project is maintained on github: . - https://bitbucket.org/mfeemster/fractorium + https://github.com/mfeemster/fractorium . News and updates at the above or on Matt Feemster's DeviantArt page: . diff --git a/debian/copyright b/debian/copyright index 633db2d..eed7fbc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fractorium -Source: https://bitbucket.org/mfeemster/fractorium +Source: https://github.com/mfeemster/fractorium Files: * Copyright: 2018 Matt Feemster