From 75906fbb296d2ed7cd9ca05e1b7bf0c92f84a30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 24 Mar 2022 01:09:48 +0300 Subject: Switch from unja to roscha Still a WIP, some bugs need to be fixed. Also change the license to GPL from LGPL. It was always meant to be GPL, not sure what brain fart caused this. --- include/site.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/site.h') diff --git a/include/site.h b/include/site.h index db82517..e054730 100644 --- a/include/site.h +++ b/include/site.h @@ -31,7 +31,7 @@ struct site { size_t rel_content_dir; struct bstree *albums; /* Files/dirs that belong to albums and which shouldn't be deleted */ - struct hashmap *album_dirs; + struct hmap *album_dirs; struct render render; bool dry_run; size_t albums_updated; -- cgit v1.2.3