ntfs-3g: update homepage

(cherry picked from commit 7ca49a701a7b6a9b90738af132f6b57e4160facd)
This commit is contained in:
Mikael Heino 2021-09-02 13:27:51 +03:00 committed by github-actions[bot]
parent 319068cc94
commit 6647b720f7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://www.tuxera.com/community/open-source-ntfs-3g/";
homepage = "https://github.com/tuxera/ntfs-3g";
description = "FUSE-based NTFS driver with full write support";
maintainers = with maintainers; [ dezgeg ];
platforms = with platforms; darwin ++ linux;