@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library for reading and writing audio files in various formats";
|
||||
homepage = http://www.68k.org/~michael/audiofile/;
|
||||
license = licenses.lgpl;
|
||||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ lovek323 shlevy ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ 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; [ gpl unfree ];
|
||||
licenses = with licenses; [ gpl3.shortName unfree ];
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "VP8 video encoder";
|
||||
homepage = http://code.google.com/p/webm;
|
||||
license = licenses.bsd;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "C++ interface to the Pango text rendering library";
|
||||
homepage = http://www.pango.org/;
|
||||
license = licenses.lgplv2Plus;
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [ lovek323 raskin ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "MPEG-4 video codec for PC";
|
||||
homepage = http://www.xvid.org/;
|
||||
license = licenses.gplv2Plus;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user