Add a few meta.branch to please monitor
This commit is contained in:
parent
876bd39fae
commit
aafca4dd51
@ -104,5 +104,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = if (fdkAACSupport || faacSupport) then stdenv.lib.licenses.unfree else stdenv.lib.licenses.gpl2Plus;
|
license = if (fdkAACSupport || faacSupport) then stdenv.lib.licenses.unfree else stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
branch = "2.3";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.libpng.org/pub/png/libpng.html;
|
homepage = http://www.libpng.org/pub/png/libpng.html;
|
||||||
license = stdenv.lib.licenses.libpng;
|
license = stdenv.lib.licenses.libpng;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
branch = "1.2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.libpng.org/pub/png/libpng.html;
|
homepage = http://www.libpng.org/pub/png/libpng.html;
|
||||||
license = stdenv.lib.licenses.libpng;
|
license = stdenv.lib.licenses.libpng;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
branch = "1.5";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user