Add myself as maintainer for several packages

And set missing meta.platforms for the packages I've added earlier.
This commit is contained in:
Bjørn Forsman
2013-05-20 19:33:18 +02:00
parent eaeb0c9c7d
commit 05bb66ce20
20 changed files with 59 additions and 33 deletions

View File

@@ -10,13 +10,15 @@ stdenv.mkDerivation rec {
installPhase = ''mkdir "$out"; cp -r . "$out"'';
meta = {
meta = with stdenv.lib; {
description = "Instrument patches, for MIDI synthesizers";
longDescription = ''
Freepats is a project to create a free and open set of instrument
patches, in any format, that can be used with softsynths.
'';
homepage = http://freepats.zenvoid.org/;
license = stdenv.lib.licenses.gpl2;
license = licenses.gpl2;
platforms = platforms.all;
maintainers = maintainers.bjornfor;
};
}