Fix maintainers attribute
This commit is contained in:
parent
ec65563e2c
commit
d5f7976aef
|
@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://qmmp.ylsoftware.com/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Simple tool for input event debugging";
|
||||
license = "GPLv2";
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,6 +28,6 @@ buildPythonPackage rec {
|
|||
license = licenses.bsd3;
|
||||
homepage = http://pitz.tplus1.com/;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -52,6 +52,6 @@ buildPythonPackage rec {
|
|||
homepage = https://code.google.com/p/spyderlib/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://freepats.zenvoid.org/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://sdcc.sourceforge.net/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
|||
# The library is LGPLv3, the wildmidi executable is GPLv3
|
||||
license = licenses.lgpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://martine.github.io/ninja/;
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,6 +27,6 @@ stdenv.mkDerivation {
|
|||
description = "A simple build configuration and project generation tool using lua";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
|||
description = "In-circuit debug and programming for ST-Link devices";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.rhythm.cx/~steve/devel/tcptrack/; # dead link
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,6 +21,6 @@ stdenv.mkDerivation {
|
|||
homepage = http://www.lighttpd.net/;
|
||||
license = "BSD";
|
||||
platforms = platforms.linux;
|
||||
maintainers = maintainers.bjornfor;
|
||||
maintainers = [maintainers.bjornfor];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue