Make all meta.maintainers attributes lists
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user