3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #24628 from AMDmi3/patch-1

Fix schema, maintainers are usually an array
This commit is contained in:
Jörg Thalheim 2017-04-04 17:46:57 +02:00 committed by GitHub
commit 302febccbc

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 ];
};
}