Turned some meta.maintainers into lists

This commit is contained in:
Pascal Wittmann
2015-05-14 19:09:43 +02:00
parent 67fe5d46d4
commit bb9e9cc3f8
21 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
# 32bit is not supported: https://github.com/facebook/folly/issues/103
platforms = [ "x86_64-linux" ];
maintainers = maintainers.abbradar;
maintainers = with maintainers; [ abbradar ];
};
}