tgt: update meta.homepage

This commit is contained in:
Bobby Rong 2021-12-26 12:51:59 +08:00
parent ae3ef16c11
commit 77116ca839
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "iSCSI Target daemon with RDMA support";
homepage = "http://stgt.sourceforge.net/";
homepage = "https://github.com/fujita/tgt";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ johnazoidberg ];