transformed meta.maintainers of some packages into lists
This commit is contained in:
@@ -43,6 +43,6 @@ stdenv.mkDerivation {
|
||||
description = "The Debian package manager";
|
||||
homepage = http://wiki.debian.org/Teams/Dpkg;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.mornfall;
|
||||
maintainers = [ maintainers.mornfall ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user