summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-10 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-08-10 04:20:00 +0000
commitc0e49d14b0526bb1cc436be86a7449856a7800ae (patch)
tree88a2d3a3ad9a3bfddda52fe87a0d497e74e940d1
parent7c0ea52f0b4997654c037a5d9f24c74e8dacbfc3 (diff)
downloadnixpkgs-c0e49d14b0526bb1cc436be86a7449856a7800ae.tar
nixpkgs-c0e49d14b0526bb1cc436be86a7449856a7800ae.tar.gz
nixpkgs-c0e49d14b0526bb1cc436be86a7449856a7800ae.tar.bz2
nixpkgs-c0e49d14b0526bb1cc436be86a7449856a7800ae.tar.lz
nixpkgs-c0e49d14b0526bb1cc436be86a7449856a7800ae.tar.xz
nixpkgs-c0e49d14b0526bb1cc436be86a7449856a7800ae.tar.zst
nixpkgs-c0e49d14b0526bb1cc436be86a7449856a7800ae.zip
mercury: update meta
-rw-r--r--pkgs/development/compilers/mercury/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/mercury/default.nix b/pkgs/development/compilers/mercury/default.nix
index 5e8ce722146..573c18cd928 100644
--- a/pkgs/development/compilers/mercury/default.nix
+++ b/pkgs/development/compilers/mercury/default.nix
@@ -54,10 +54,10 @@ stdenv.mkDerivation rec {
       allowing modularity, separate compilation, and numerous optimization/time
       trade-offs.
     '';
-    homepage    = "http://mercurylang.org";
+    homepage    = "https://mercurylang.org/";
     changelog   = "https://dl.mercurylang.org/release/release-notes-${version}.html";
-    license     = lib.licenses.gpl2;
-    platforms = lib.platforms.linux ++ lib.platforms.darwin;
+    license     = lib.licenses.gpl2Only;
+    platforms   = lib.platforms.all;
     maintainers = [ ];
   };
 }