Skip to content

Commit 964cc81

Browse files
authored
Merge pull request #697 from ryuukk/patch-2
Update proggyfont urls
2 parents ca8aaf3 + 5c89e05 commit 964cc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nuklear_font.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ nk_font_init(struct nk_font *font, float pixel_height,
567567
*
568568
* ProggyClean.ttf
569569
* Copyright (c) 2004, 2005 Tristan Grimmer
570-
* MIT license (see License.txt in http://www.upperbounds.net/download/ProggyClean.ttf.zip)
571-
* Download and more information at http://upperbounds.net
570+
* MIT license https://github.com/bluescan/proggyfonts/blob/master/LICENSE
571+
* Download and more information at https://github.com/bluescan/proggyfonts
572572
*-----------------------------------------------------------------------------*/
573573
#ifdef __clang__
574574
#pragma clang diagnostic push

0 commit comments

Comments
 (0)