orc: update homepage

This commit is contained in:
Markus Kowalewski 2018-09-02 01:07:45 +02:00
parent 36587f639a
commit d75cfa03ec
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -20,10 +20,10 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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
# under the 3-clause BSD license. The rest is 2-clause BSD license.
license = licenses.bsd3;
license = with licenses; [ bsd3 bsd2 ];
platforms = platforms.unix;
maintainers = [ maintainers.fuuzetsu ];
};