summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-28 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-10-28 04:20:00 +0000
commite46efbe793274d58b77d1a6b519f3d4359567480 (patch)
tree2a28728c3f4e560bf79e17a451ddf019e7f86445
parent7abe36086df93c57602634f1ae2330b66cf176d5 (diff)
downloadnixpkgs-e46efbe793274d58b77d1a6b519f3d4359567480.tar
nixpkgs-e46efbe793274d58b77d1a6b519f3d4359567480.tar.gz
nixpkgs-e46efbe793274d58b77d1a6b519f3d4359567480.tar.bz2
nixpkgs-e46efbe793274d58b77d1a6b519f3d4359567480.tar.lz
nixpkgs-e46efbe793274d58b77d1a6b519f3d4359567480.tar.xz
nixpkgs-e46efbe793274d58b77d1a6b519f3d4359567480.tar.zst
nixpkgs-e46efbe793274d58b77d1a6b519f3d4359567480.zip
physfs: update meta
-rw-r--r--pkgs/development/libraries/physfs/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/libraries/physfs/default.nix b/pkgs/development/libraries/physfs/default.nix
index 380105677d6..28b81867d20 100644
--- a/pkgs/development/libraries/physfs/default.nix
+++ b/pkgs/development/libraries/physfs/default.nix
@@ -25,10 +25,11 @@ let
     '';
 
     meta = with lib; {
-      homepage = "http://icculus.org/physfs/";
+      homepage = "https://icculus.org/physfs/";
       description = "Library to provide abstract access to various archives";
-      license = licenses.free;
-      platforms = platforms.unix;
+      changelog = "https://github.com/icculus/physfs/releases/tag/release-${version}";
+      license = licenses.zlib;
+      platforms = platforms.all;
     };
   };