Fix schema, maintainers are usually an array

This commit is contained in:
Dmitry Marakasov 2017-04-04 18:36:23 +03:00 committed by GitHub
parent 9904019841
commit ef2c8f98ec

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Mini Web server that let others upload files to your computer";
homepage = http://stackp.online.fr/droopy;
license = licenses.bsd3;
maintainers = maintainers.profpatsch;
maintainers = [ maintainers.profpatsch ];
};
}