Fix schema, maintainers are usually an array

authored by Dmitry Marakasov and committed by GitHub ef2c8f98 99040198

+1 -1
+1 -1
pkgs/applications/networking/droopy/default.nix
··· 25 description = "Mini Web server that let others upload files to your computer"; 26 homepage = http://stackp.online.fr/droopy; 27 license = licenses.bsd3; 28 - maintainers = maintainers.profpatsch; 29 }; 30 31 }
··· 25 description = "Mini Web server that let others upload files to your computer"; 26 homepage = http://stackp.online.fr/droopy; 27 license = licenses.bsd3; 28 + maintainers = [ maintainers.profpatsch ]; 29 }; 30 31 }