deco: fix meta.license (#447931)

This commit is contained in:
h7x4
2025-10-04 06:59:26 +00:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/vedatechnologiesinc/deco";
description = "Simple root image setter";
license = lib.licenses.mit;
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.ebzzry ];
platforms = lib.platforms.unix;
mainProgram = "deco";