Make my packages slightly more consistent.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
084ff142ad
commit
fb055c10f6
@ -120,8 +120,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Spark cluster computing";
|
description = "Spark cluster computing";
|
||||||
homepage = "http://spark.incubator.apache.org";
|
homepage = "http://spark.incubator.apache.org";
|
||||||
platforms = stdenv.lib.platforms.all;
|
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A tool for checking security bits on executables";
|
description = "A tool for checking security bits on executables";
|
||||||
homepage = "http://www.trapkit.de/tools/checksec.html";
|
homepage = "http://www.trapkit.de/tools/checksec.html";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A lightweight script-based dynamic tracing tool for Linux.";
|
description = "A lightweight script-based dynamic tracing tool for Linux.";
|
||||||
homepage = "http://www.ktap.org";
|
homepage = "http://www.ktap.org";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "cryptographic tool based on the CBEAMr0 sponge function";
|
description = "cryptographic tool based on the CBEAMr0 sponge function";
|
||||||
homepage = "https://www.cblnk.com";
|
homepage = "https://www.cblnk.com";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user