1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

cozydrive: fix maintainers

Having a string instead of a maintainer entry is causing the nixos-search import to [fail](https://github.com/NixOS/nixos-search/runs/3846627702?check_suite_focus=true#step:8:13)
This commit is contained in:
Naïm Favier 2021-10-09 15:50:27 +02:00 committed by GitHub
parent c52c3ab49e
commit 463c567bec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ appimageTools.wrapType2 {
description = "Cozy Drive is a synchronization tool for your files and folders with Cozy Cloud.";
homepage = "https://cozy.io";
license = licenses.gpl3Only;
maintainers = with maintainers; [ "Simarra" ];
maintainers = with maintainers; [ simarra ];
platforms = [ "x86_64-linux" ];
};
}