From 023d69bdbfa41bdfbd624b58fd2f30dd3cf1a625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 16 Nov 2021 11:50:48 +0100 Subject: Rename the project The old name had its context, but now it's mostly just confusing. Make it netdraw with an extra 'e'. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bcdf70f..c502b4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0) -project (autistdraw VERSION 0.1.0 LANGUAGES C) +project (neetdraw VERSION 0.1.0 LANGUAGES C) # Moar warnings if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC) -- cgit v1.2.3