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
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
homepage = http://qpdf.sourceforge.net/;
description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files";
license = licenses.artistic2;
maintainers = maintainers.abbradar;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.all;
};
}