Skip to content

Commit 7504cf1

Browse files
committed
Minor update to makefile
1 parent bdb2671 commit 7504cf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MAKEFILE
22
#
33
# @author Nicola Asuni <[email protected]>
4-
# @link https://github.com/willf/bloom
4+
# @link https://github.com/bits-and-blooms/bloom
55
# ------------------------------------------------------------------------------
66

77
# List special make targets that are not associated with files
@@ -11,13 +11,13 @@
1111
SHELL=/bin/bash
1212

1313
# CVS path (path to the parent dir containing the project)
14-
CVSPATH=github.com/willf
14+
CVSPATH=github.com/bits-and-blooms
1515

1616
# Project owner
17-
OWNER=willf
17+
OWNER=bits-and-blooms
1818

1919
# Project vendor
20-
VENDOR=willf
20+
VENDOR=bits-and-blooms
2121

2222
# Project name
2323
PROJECT=bloom

0 commit comments

Comments
 (0)