transformed meta.maintainers of some packages into lists

This commit is contained in:
Pascal Wittmann
2014-09-13 13:52:02 +02:00
parent f5c43d9f62
commit 8d67b9a240
51 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ stdenv.mkDerivation {
pam_krb5 can optionally convert Kerberos 5 credentials to Kerberos IV
credentials and/or use them to set up AFS tokens for a user's session.
'';
maintainers = stdenv.lib.maintainers.mornfall;
maintainers = [ stdenv.lib.maintainers.mornfall ];
};
}