orc: update homepage
This commit is contained in:
parent
36587f639a
commit
d75cfa03ec
@ -20,10 +20,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The Oil Runtime Compiler";
|
description = "The Oil Runtime Compiler";
|
||||||
homepage = http://code.entropywave.com/orc/;
|
homepage = https://gstreamer.freedesktop.org/projects/orc.html;
|
||||||
# The source code implementing the Marsenne Twister algorithm is licensed
|
# The source code implementing the Marsenne Twister algorithm is licensed
|
||||||
# under the 3-clause BSD license. The rest is 2-clause BSD license.
|
# under the 3-clause BSD license. The rest is 2-clause BSD license.
|
||||||
license = licenses.bsd3;
|
license = with licenses; [ bsd3 bsd2 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.fuuzetsu ];
|
maintainers = [ maintainers.fuuzetsu ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user