forked from mirrors/nixpkgs
Fix meta.maintainer -> meta.maintainers
This commit is contained in:
parent
66a43c0159
commit
dbd332d147
|
@ -75,7 +75,7 @@ buildPythonPackage {
|
|||
& internet radio, and all major audio formats.
|
||||
'';
|
||||
|
||||
maintainer = [ stdenv.lib.maintainers.coroa ];
|
||||
maintainers = [ stdenv.lib.maintainers.coroa ];
|
||||
homepage = http://code.google.com/p/quodlibet/;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@ stdenv.mkDerivation {
|
|||
homepage = http://www.fbreader.org/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux; # possibly also on unix general
|
||||
maintainer = [ maintainers.coroa ];
|
||||
maintainers = [ maintainers.coroa ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
description = "Adobe Flash Player browser plugin";
|
||||
homepage = http://www.adobe.com/products/flashplayer/;
|
||||
maintainer = with stdenv.lib.maintainers; [ wizeman ];
|
||||
maintainers = with stdenv.lib.maintainers; [ wizeman ];
|
||||
license = "unfree";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
||||
maintainer = [ stdenv.lib.maintainers.shlevy ];
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -43,6 +43,6 @@ in stdenv.mkDerivation {
|
|||
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
||||
maintainer = [ stdenv.lib.maintainers.shlevy ];
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A library implementing a line breaking algorithm as described in Unicode 6.0.0 Standard";
|
||||
license = licenses.zlib;
|
||||
platforms = platforms.unix;
|
||||
maintainer = [ maintainers.coroa ];
|
||||
maintainers = [ maintainers.coroa ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Project automation for Clojure";
|
||||
license = "EPL";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainer = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,6 +24,6 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.info-zip.org;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainer = [ stdenv.lib.maintainers.urkud ];
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/Unia/gvolicon";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
maintainer = stdenv.lib.maintainers.bennofs;
|
||||
maintainers = stdenv.lib.maintainers.bennofs;
|
||||
};
|
||||
}
|
|
@ -36,6 +36,6 @@ in
|
|||
meta = {
|
||||
description = "Automatic display configuration selector based on connected devices";
|
||||
homepage = https://github.com/wertarbyte/autorandr;
|
||||
maintainer = [ stdenv.lib.maintainers.coroa ];
|
||||
maintainers = [ stdenv.lib.maintainers.coroa ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
homepage = http://www.gnu.org/software/enscript/;
|
||||
|
||||
maintainer = [ stdenv.lib.maintainers.ludo ];
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue