transformed meta.maintainers of some packages into lists
This commit is contained in:
@@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://w3m.sourceforge.net/;
|
||||
description = "A text-mode web browser";
|
||||
maintainers = maintainers.mornfall;
|
||||
maintainers = [ maintainers.mornfall ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user