mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #24628 from AMDmi3/patch-1
Fix schema, maintainers are usually an array
This commit is contained in:
commit
302febccbc
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Mini Web server that let others upload files to your computer";
|
description = "Mini Web server that let others upload files to your computer";
|
||||||
homepage = http://stackp.online.fr/droopy;
|
homepage = http://stackp.online.fr/droopy;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = maintainers.profpatsch;
|
maintainers = [ maintainers.profpatsch ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user