about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-02 01:07:45 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-02 01:46:28 +0200
commitd75cfa03ec1557531c2dfa1326a4eee5d5306f3e (patch)
treed81f55f38a14df45ec510276fdb22d6756344f4b /pkgs/development/compilers
parent36587f639a9442aa937cf88f5e8169c8a550a968 (diff)
downloadnixlib-d75cfa03ec1557531c2dfa1326a4eee5d5306f3e.tar
nixlib-d75cfa03ec1557531c2dfa1326a4eee5d5306f3e.tar.gz
nixlib-d75cfa03ec1557531c2dfa1326a4eee5d5306f3e.tar.bz2
nixlib-d75cfa03ec1557531c2dfa1326a4eee5d5306f3e.tar.lz
nixlib-d75cfa03ec1557531c2dfa1326a4eee5d5306f3e.tar.xz
nixlib-d75cfa03ec1557531c2dfa1326a4eee5d5306f3e.tar.zst
nixlib-d75cfa03ec1557531c2dfa1326a4eee5d5306f3e.zip
orc: update homepage
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/orc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/orc/default.nix b/pkgs/development/compilers/orc/default.nix
index 3f3db48828d4..1a81a5ec20a7 100644
--- a/pkgs/development/compilers/orc/default.nix
+++ b/pkgs/development/compilers/orc/default.nix
@@ -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 ];
   };