Turned some meta.maintainers into lists

This commit is contained in:
Pascal Wittmann
2015-05-14 19:09:10 +02:00
parent 67fe5d46d4
commit bb9e9cc3f8
21 changed files with 30 additions and 30 deletions

View File

@@ -26,6 +26,6 @@ stdenv.mkDerivation {
description = "Library to manage system processes";
license = "boost-license";
platforms = platforms.unix;
maintainers = maintainers.abbradar;
maintainers = with maintainers; [ abbradar ];
};
}