Merge pull request #270863 from aidalgol/ipfetch-meta-homepage

ipfetch: add meta.homepage attribute
This commit is contained in:
Nick Cao
2023-11-29 09:34:17 -05:00
committed by GitHub
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Neofetch but for ip addresses";
homepage = "https://github.com/trakBan/ipfetch";
license = licenses.gpl3Only;
platforms = platforms.all;
maintainers = with maintainers; [ annaaurora ];