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