-Migrate all mentions of bitbucket over to github.

This commit is contained in:
Matt Feemster
2025-07-14 13:45:41 -06:00
parent b37d452f4e
commit fa6c16d0dd
8 changed files with 21 additions and 21 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -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
```

View File

@ -8,8 +8,8 @@ Maintainer: Matt Feemster <matt.feemster@gmail.com>
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:
.

8
debian/control vendored
View File

@ -5,8 +5,8 @@ Maintainer: Matt Feemster <matt.feemster@gmail.com>
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:
.

2
debian/copyright vendored
View File

@ -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 <matt.feemster@gmail.com>