Skip to content

Commit

Permalink
nuklear: add Unlicense
Browse files Browse the repository at this point in the history
Co-Authored-By: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
SpaceIm and uilianries authored Feb 14, 2020
1 parent d560b86 commit dd721f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/nuklear/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class NuklearConan(ConanFile):
name = "nuklear"
description = "A single-header ANSI C immediate mode cross-platform GUI library."
license = "MIT"
license = ["MIT", "Unlicense"]
topics = ("conan", "nuklear", "gui", "header-only")
homepage = "https://github.com/Immediate-Mode-UI/Nuklear"
url = "https://github.com/conan-io/conan-center-index"
Expand Down

0 comments on commit dd721f4

Please sign in to comment.