Transformed meta.maintainers attributes to lists
This commit is contained in:
parent
cd73f0ad69
commit
edee7f1720
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A Faust implementation of a 1969 designed Yamaha combo organ, the YC-20";
|
||||
homepage = https://github.com/sampov2/foo-yc20;
|
||||
license = "BSD";
|
||||
maintainers = stdenv.lib.maintainers.magnetophon;
|
||||
maintainers = [ stdenv.lib.maintainers.magnetophon ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -29,5 +29,5 @@ mkDerivation rec {
|
||||
homepage = "https://github.com/NorfairKing/super-user-spark";
|
||||
description = "A safe way to never worry about your beautifully configured system again";
|
||||
platforms = ghc.meta.platforms;
|
||||
maintainers = stdenv.lib.maintainers.badi;
|
||||
maintainers = [ stdenv.lib.maintainers.badi ];
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Lightweight Virtualization on OS X Based on bhyve";
|
||||
homepage = "https://github.com/mist64/xhyve";
|
||||
maintainers = lib.maintainers.lnl7;
|
||||
maintainers = [ lib.maintainers.lnl7 ];
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user