···32 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
33 license = licenses.asl20;
34 platforms = platforms.linux;
35- maintainers = [ maintainers.calrama ];
36 };
37}
···32 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
33 license = licenses.asl20;
34 platforms = platforms.linux;
35+ maintainers = [ ];
36 };
37}
+1-1
pkgs/development/libraries/libsearpc/default.nix
···28 description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
29 license = stdenv.lib.licenses.lgpl3;
30 platforms = stdenv.lib.platforms.linux;
31- maintainers = [ stdenv.lib.maintainers.calrama ];
32 };
33}
···28 description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
29 license = stdenv.lib.licenses.lgpl3;
30 platforms = stdenv.lib.platforms.linux;
31+ maintainers = [ ];
32 };
33}