dwarf-fortress-packages.themes: set license to unfree (#314372)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-17 01:05:01 +02:00 committed by GitHub
commit 527f81a7c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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