treewide: fix the remaining issues with meta attributes
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A high performance templating engine";
|
||||
homepage = http://ctpp.havoc.ru;
|
||||
maintiainers = with stdenv.lib.maintainers; [ robbinch ];
|
||||
maintainers = with stdenv.lib.maintainers; [ robbinch ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
|
||||
# you can choose one of the following licenses:
|
||||
# GPL or a commercial-use license (available at
|
||||
# http://www.mega-nerd.com/SRC/libsamplerate-cul.pdf)
|
||||
licenses = with licenses; [ gpl3.shortName unfree ];
|
||||
license = with licenses; [ gpl3.shortName unfree ];
|
||||
maintainers = with maintainers; [ lovek323 wkennington ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = http://code.google.com/p/libtiger/;
|
||||
authors = [ "Vincent Penquerc'h" ];
|
||||
description = "A rendering library for Kate streams using Pango and Cairo";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Yeraze's TNEF Stream Reader - for winmail.dat files";
|
||||
license = licenses.gpl2Plus;
|
||||
platform = platforms.all;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
descritption = "A computer code to create and evaluate fast interpolation tables of pre-computed coefficients in perturbation theory for observables in hadron-induced processes";
|
||||
description = "A computer code to create and evaluate fast interpolation tables of pre-computed coefficients in perturbation theory for observables in hadron-induced processes";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
homepage = http://fastnlo.hepforge.org;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
hompage = http://www.speex.org/;
|
||||
homepage = http://www.speex.org/;
|
||||
description = "An Open Source/Free Software patent-free audio compression format designed for speech";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ stdenv.lib.optional stdenv.isAarch64 "--disable-neon";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
hompage = http://www.speex.org/;
|
||||
homepage = http://www.speex.org/;
|
||||
description = "An Open Source/Free Software patent-free audio compression format designed for speech";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user