dwarf-fortress-packages.themes: set license to unfree

This commit is contained in:
vieta 2024-05-24 22:28:05 +02:00
parent 9e3f89429f
commit e40e703411

View File

@ -23,7 +23,7 @@ listToAttrs (map
meta = {
platforms = platforms.all;
maintainers = [ maintainers.matthewbauer maintainers.shazow ];
license = licenses.free;
license = licenses.unfree;
};
};
})