We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb2671 commit 7504cf1Copy full SHA for 7504cf1
Makefile
@@ -1,7 +1,7 @@
1
# MAKEFILE
2
#
3
# @author Nicola Asuni <[email protected]>
4
-# @link https://github.com/willf/bloom
+# @link https://github.com/bits-and-blooms/bloom
5
# ------------------------------------------------------------------------------
6
7
# List special make targets that are not associated with files
@@ -11,13 +11,13 @@
11
SHELL=/bin/bash
12
13
# CVS path (path to the parent dir containing the project)
14
-CVSPATH=github.com/willf
+CVSPATH=github.com/bits-and-blooms
15
16
# Project owner
17
-OWNER=willf
+OWNER=bits-and-blooms
18
19
# Project vendor
20
-VENDOR=willf
+VENDOR=bits-and-blooms
21
22
# Project name
23
PROJECT=bloom
0 commit comments