Make all meta.maintainers attributes lists

This commit is contained in:
Pascal Wittmann
2016-11-20 18:06:03 +01:00
parent 9c5a9f32c6
commit f7e0bc2ae7
11 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Command-line password safe";
homepage = https://github.com/janlelis/pws;
license = licenses.mit;
maintainers = maintainers.swistak35;
maintainers = [ maintainers.swistak35 ];
platforms = platforms.unix;
};
}