summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-02 08:39:30 +0200
committerGitHub <noreply@github.com>2018-09-02 08:39:30 +0200
commita3434cf4e5a7fc8677058f72858127fbf378ae02 (patch)
treeb2ea49f35f702236b90422fa49cb2cc00447b6ea /pkgs/development/compilers
parent3e537206f0897b53bdebf1f6b64d9f6088b73d6d (diff)
parent31725ed5f1d84593b32b94a556f80769429ed05f (diff)
downloadnixlib-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar
nixlib-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.gz
nixlib-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.bz2
nixlib-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.lz
nixlib-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.xz
nixlib-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.zst
nixlib-a3434cf4e5a7fc8677058f72858127fbf378ae02.zip
Merge pull request #45921 from markuskowa/homepages
Cleanup homepage links
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 ];
   };