maintainers: add schneefux

This commit is contained in:
schneefux
2016-09-24 09:17:36 +02:00
parent 7864cfca46
commit 9cab11980b
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Sharing solution for files, calendars, contacts and more";
homepage = https://nextcloud.com;
maintainers = with stdenv.lib.maintainers; [ schneefux ];
license = stdenv.lib.licenses.agpl3Plus;
platforms = with stdenv.lib.platforms; unix;
};